#96C456

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

Shades of Atlantis #96C456

Tints of Atlantis #96C456

Color information

#96C456 (or 0x96C456) is unknown color: approx Atlantis. HEX triplet: 96, C4 and 56. RGB value is (150,196,86). Sum of RGB (Red+Green+Blue) = 150+196+86=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #96C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C456 is #693BA9. Grayscale: #AAAAAA. Windows color (decimal): -6896554 or 5686422. OLE color: 5686422.

HSL color Cylindrical-coordinate representation of color #96C456: hue angle of 85.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96C456 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB15019686-
CMYK0.2300.560.23
HSL85.09º48.25%55.29%-
HSV(B)85.09º56.12%76.86%-
XYZ3446.6416.01-
YUV169.7180.76113.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=34.72%
G=45.37%
B=19.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196860.2300.560.2385.0948.2555.29
Hex96C4561703817553037
Octal22630412627070271256067
Binary10010110110001001010110101110111000101111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,86); }

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

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

 a { background-color: rgb(150,196,86); }

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

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

 span { border-color: rgb(150,196,86); }

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