#96c849

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

Shades of Atlantis #96C849

Tints of Atlantis #96C849

Color information

#96C849 (or 0x96C849) is unknown color: approx Atlantis. HEX triplet: 96, C8 and 49. RGB value is (150,200,73). Sum of RGB (Red+Green+Blue) = 150+200+73=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #96C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C849 is #6937B6. Grayscale: #ABABAB. Windows color (decimal): -6895543 or 4835478. OLE color: 4835478.

HSL color Cylindrical-coordinate representation of color #96C849: hue angle of 83.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96C849 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB15020073-
CMYK0.2500.640.22
HSL83.62º53.59%53.53%-
HSV(B)83.62º63.5%78.43%-
XYZ34.4348.2713.81-
YUV170.5772.94113.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=35.46%
G=47.28%
B=17.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200730.2500.640.2283.6253.5953.53
Hex96C8491904016543636
Octal226310111310100261246666
Binary100101101100100010010011100101000000101101010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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