#96DB45

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

Shades of Atlantis #96DB45

Tints of Atlantis #96DB45

Color information

#96DB45 (or 0x96DB45) is unknown color: approx Atlantis. HEX triplet: 96, DB and 45. RGB value is (150,219,69). Sum of RGB (Red+Green+Blue) = 150+219+69=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB45 is #6924BA. Grayscale: #B5B5B5. Windows color (decimal): -6890683 or 4578198. OLE color: 4578198.

HSL color Cylindrical-coordinate representation of color #96DB45: hue angle of 87.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96DB45 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB15021969-
CMYK0.3200.680.14
HSL87.6º67.57%56.47%-
HSV(B)87.6º68.49%85.88%-
XYZ38.9857.5814.69-
YUV181.2764.64105.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 219 (85.94% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 15.75%
R=34.25%
G=50%
B=15.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150219690.3200.680.1487.667.5756.47
Hex96DB4520044E584438
Octal2263331054001041613010470
Binary1001011011011011100010110000001000100111010110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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