#96D945

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

Shades of Atlantis #96D945

Tints of Atlantis #96D945

Color information

#96D945 (or 0x96D945) is unknown color: approx Atlantis. HEX triplet: 96, D9 and 45. RGB value is (150,217,69). Sum of RGB (Red+Green+Blue) = 150+217+69=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #96D945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D945 is #6926BA. Grayscale: #B4B4B4. Windows color (decimal): -6891195 or 4577686. OLE color: 4577686.

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

Color convert

RGB15021769-
CMYK0.3100.680.15
HSL87.16º66.07%56.08%-
HSV(B)87.16º68.2%85.1%-
XYZ38.4656.5414.52-
YUV180.165.3106.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 217 (85.16% from 255) = 49.77%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=34.40%
G=49.77%
B=15.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150217690.3100.680.1587.1666.0756.08
Hex96D9451F044F574238
Octal2263311053701041712710270
Binary100101101101100110001011111101000100111110101111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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