#96CB39

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

Shades of Atlantis #96CB39

Tints of Atlantis #96CB39

Color information

#96CB39 (or 0x96CB39) is unknown color: approx Atlantis. HEX triplet: 96, CB and 39. RGB value is (150,203,57). Sum of RGB (Red+Green+Blue) = 150+203+57=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB39 is #6934C6. Grayscale: #ABABAB. Windows color (decimal): -6894791 or 3787670. OLE color: 3787670.

HSL color Cylindrical-coordinate representation of color #96CB39: hue angle of 81.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96CB39 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB15020357-
CMYK0.2600.720.20
HSL81.78º58.4%50.98%-
HSV(B)81.78º71.92%79.61%-
XYZ34.6749.4911.6-
YUV170.5163.94113.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=36.59%
G=49.51%
B=13.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150203570.2600.720.2081.7858.450.98
Hex96CB391A04814523a33
Octal22631371320110241227263
Binary10010110110010111110011101001001000101001010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CB39; }

 p { color: rgb(150,203,57); }

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

<style>
 a { background-color: #96CB39; }

 a { background-color: rgb(150,203,57); }

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

<style>
 span { border-color: #96CB39; }

 span { border-color: rgb(150,203,57); }

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