#96C846

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

Shades of Atlantis #96C846

Tints of Atlantis #96C846

Color information

#96C846 (or 0x96C846) is unknown color: approx Atlantis. HEX triplet: 96, C8 and 46. RGB value is (150,200,70). Sum of RGB (Red+Green+Blue) = 150+200+70=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #96C846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C846 is #6937B9. Grayscale: #AAAAAA. Windows color (decimal): -6895546 or 4638870. OLE color: 4638870.

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

Color convert

RGB15020070-
CMYK0.2500.650.22
HSL83.08º54.17%52.94%-
HSV(B)83.08º65%78.43%-
XYZ34.3448.2313.29-
YUV170.2371.44113.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 200 (78.52% from 255) = 47.62%
BLUE value IS 70 (27.73% from 255) = 16.67%
R=35.71%
G=47.62%
B=16.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200700.2500.650.2283.0854.1752.94
Hex96C8461904116533635
Octal226310106310101261236665
Binary100101101100100010001101100101000001101101010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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