#9BD440

Color #9BD440 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BD440

Tints of Atlantis #9BD440

Color information

#9BD440 (or 0x9BD440) is unknown color: approx Atlantis. HEX triplet: 9B, D4 and 40. RGB value is (155,212,64). Sum of RGB (Red+Green+Blue) = 155+212+64=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD440 is #642BBF. Grayscale: #B2B2B2. Windows color (decimal): -6564800 or 4248731. OLE color: 4248731.

HSL color Cylindrical-coordinate representation of color #9BD440: hue angle of 83.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BD440 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB15521264-
CMYK0.2700.700.17
HSL83.11º63.25%54.12%-
HSV(B)83.11º69.81%83.14%-
XYZ37.9954.4313.35-
YUV178.0863.62111.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 212 (83.20% from 255) = 49.19%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=35.96%
G=49.19%
B=14.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal155212640.2700.700.1783.1163.2554.12
Hex9BD4401B04611533f36
Octal233324100330106211237766
Binary100110111101010010000001101101000110100011010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD440; }

 p { color: rgb(155,212,64); }

 H1.HeaderClassName
 {
   color: #9BD440;
 }
 .AnyTagClassName
 {
   color: #9BD440;
 }
</style>
background-color css

<style>
 a { background-color: #9BD440; }

 a { background-color: rgb(155,212,64); }

 div.DivClassName
 {
   background-color: #9BD440;
 }
 .BgClassName
 {
   background-color: #9BD440;
 }
</style>
border-color css

<style>
 span { border-color: #9BD440; }

 span { border-color: rgb(155,212,64); }

 td.TdClassName
 {
   border-color: #9BD440;
 }
 .TagClassName
 {
   border-color: #9BD440;
 }
</style>