#96d342

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

Shades of Atlantis #96D342

Tints of Atlantis #96D342

Color information

#96D342 (or 0x96D342) is unknown color: approx Atlantis. HEX triplet: 96, D3 and 42. RGB value is (150,211,66). Sum of RGB (Red+Green+Blue) = 150+211+66=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #96D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D342 is #692CBD. Grayscale: #B0B0B0. Windows color (decimal): -6892734 or 4379542. OLE color: 4379542.

HSL color Cylindrical-coordinate representation of color #96D342: hue angle of 85.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96D342 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB15021166-
CMYK0.2900.690.17
HSL85.24º62.23%54.31%-
HSV(B)85.24º68.72%82.75%-
XYZ36.8653.4713.53-
YUV176.2365.79109.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 211 (82.81% from 255) = 49.41%
BLUE value IS 66 (26.17% from 255) = 15.46%
R=35.13%
G=49.41%
B=15.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150211660.2900.690.1785.2462.2354.31
Hex96D3421D04511553e36
Octal226323102350105211257666
Binary100101101101001110000101110101000101100011010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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