#96C63C

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

Shades of Atlantis #96C63C

Tints of Atlantis #96C63C

Color information

#96C63C (or 0x96C63C) is unknown color: approx Atlantis. HEX triplet: 96, C6 and 3C. RGB value is (150,198,60). Sum of RGB (Red+Green+Blue) = 150+198+60=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #96C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C63C is #6939C3. Grayscale: #A8A8A8. Windows color (decimal): -6896068 or 3982998. OLE color: 3982998.

HSL color Cylindrical-coordinate representation of color #96C63C: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96C63C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB15019860-
CMYK0.2400.700.22
HSL80.87º54.76%50.59%-
HSV(B)80.87º69.7%77.65%-
XYZ33.5947.211.61-
YUV167.9267.1115.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=36.76%
G=48.53%
B=14.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150198600.2400.700.2280.8754.7650.59
Hex96C63C1804616513733
Octal22630674300106261216763
Binary10010110110001101111001100001000110101101010001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,60); }

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

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

 a { background-color: rgb(150,198,60); }

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

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

 span { border-color: rgb(150,198,60); }

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