#96c442

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

Shades of Atlantis #96C442

Tints of Atlantis #96C442

Color information

#96C442 (or 0x96C442) is unknown color: approx Atlantis. HEX triplet: 96, C4 and 42. RGB value is (150,196,66). Sum of RGB (Red+Green+Blue) = 150+196+66=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #96C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C442 is #693BBD. Grayscale: #A7A7A7. Windows color (decimal): -6896574 or 4375702. OLE color: 4375702.

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

Color convert

RGB15019666-
CMYK0.2300.660.23
HSL81.23º52.42%51.37%-
HSV(B)81.23º66.33%76.86%-
XYZ33.346.3612.35-
YUV167.4370.76115.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=36.41%
G=47.57%
B=16.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196660.2300.660.2381.2352.4251.37
Hex96C4421704217513433
Octal226304102270102271216463
Binary100101101100010010000101011101000010101111010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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