#96CC44

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

Shades of Atlantis #96CC44

Tints of Atlantis #96CC44

Color information

#96CC44 (or 0x96CC44) is unknown color: approx Atlantis. HEX triplet: 96, CC and 44. RGB value is (150,204,68). Sum of RGB (Red+Green+Blue) = 150+204+68=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC44 is #6933BB. Grayscale: #ACACAC. Windows color (decimal): -6894524 or 4508822. OLE color: 4508822.

HSL color Cylindrical-coordinate representation of color #96CC44: hue angle of 83.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96CC44 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB15020468-
CMYK0.2600.670.2
HSL83.82º57.14%53.33%-
HSV(B)83.82º66.67%80%-
XYZ35.2150.0913.28-
YUV172.3569.11112.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=35.55%
G=48.34%
B=16.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150204680.2600.670.283.8257.1453.33
Hex96CC441A04314543935
Octal226314104320103241247165
Binary100101101100110010001001101001000011101001010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,68); }

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

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

 a { background-color: rgb(150,204,68); }

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

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

 span { border-color: rgb(150,204,68); }

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