#96C53F

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

Shades of Atlantis #96C53F

Tints of Atlantis #96C53F

Color information

#96C53F (or 0x96C53F) is unknown color: approx Atlantis. HEX triplet: 96, C5 and 3F. RGB value is (150,197,63). Sum of RGB (Red+Green+Blue) = 150+197+63=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #96C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C53F is #693AC0. Grayscale: #A8A8A8. Windows color (decimal): -6896321 or 4179350. OLE color: 4179350.

HSL color Cylindrical-coordinate representation of color #96C53F: hue angle of 81.04º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96C53F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB15019763-
CMYK0.2400.680.23
HSL81.04º53.6%50.98%-
HSV(B)81.04º68.02%77.25%-
XYZ33.4446.7811.97-
YUV167.6768.93115.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 197 (77.34% from 255) = 48.05%
BLUE value IS 63 (25% from 255) = 15.37%
R=36.59%
G=48.05%
B=15.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197630.2400.680.2381.0453.650.98
Hex96C53F1804417513633
Octal22630577300104271216663
Binary10010110110001011111111100001000100101111010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,63); }

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

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

 a { background-color: rgb(150,197,63); }

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

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

 span { border-color: rgb(150,197,63); }

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