#96D952

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

Shades of Atlantis #96D952

Tints of Atlantis #96D952

Color information

#96D952 (or 0x96D952) is unknown color: approx Atlantis. HEX triplet: 96, D9 and 52. RGB value is (150,217,82). Sum of RGB (Red+Green+Blue) = 150+217+82=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #96D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D952 is #6926AD. Grayscale: #B6B6B6. Windows color (decimal): -6891182 or 5429654. OLE color: 5429654.

HSL color Cylindrical-coordinate representation of color #96D952: hue angle of 89.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96D952 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB15021782-
CMYK0.3100.620.15
HSL89.78º63.98%58.63%-
HSV(B)89.78º62.21%85.1%-
XYZ38.9156.7216.88-
YUV181.5871.8105.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=33.41%
G=48.33%
B=18.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150217820.3100.620.1589.7863.9858.63
Hex96D9521F03EF5a403b
Octal226331122370761713210073
Binary10010110110110011010010111110111110111110110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,82); }

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

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

 a { background-color: rgb(150,217,82); }

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

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

 span { border-color: rgb(150,217,82); }

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