#96C249

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

Shades of Atlantis #96C249

Tints of Atlantis #96C249

Color information

#96C249 (or 0x96C249) is unknown color: approx Atlantis. HEX triplet: 96, C2 and 49. RGB value is (150,194,73). Sum of RGB (Red+Green+Blue) = 150+194+73=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #96C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C249 is #693DB6. Grayscale: #A7A7A7. Windows color (decimal): -6897079 or 4833942. OLE color: 4833942.

HSL color Cylindrical-coordinate representation of color #96C249: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C249 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15019473-
CMYK0.2300.620.24
HSL81.82º49.79%52.35%-
HSV(B)81.82º62.37%76.08%-
XYZ33.0745.5513.35-
YUV167.0574.92115.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=35.97%
G=46.52%
B=17.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194730.2300.620.2481.8249.7952.35
Hex96C2491703E18523234
Octal22630211127076301226264
Binary10010110110000101001001101110111110110001010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,73); }

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

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

 a { background-color: rgb(150,194,73); }

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

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

 span { border-color: rgb(150,194,73); }

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