#96C64D

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

Shades of Atlantis #96C64D

Tints of Atlantis #96C64D

Color information

#96C64D (or 0x96C64D) is unknown color: approx Atlantis. HEX triplet: 96, C6 and 4D. RGB value is (150,198,77). Sum of RGB (Red+Green+Blue) = 150+198+77=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #96C64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C64D is #6939B2. Grayscale: #AAAAAA. Windows color (decimal): -6896051 or 5097110. OLE color: 5097110.

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

Color convert

RGB15019877-
CMYK0.2400.610.22
HSL83.8º51.49%53.92%-
HSV(B)83.8º61.11%77.65%-
XYZ34.1147.4114.37-
YUV169.8575.6113.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=35.29%
G=46.59%
B=18.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150198770.2400.610.2283.851.4953.92
Hex96C64D1803D16543336
Octal22630611530075261246366
Binary10010110110001101001101110000111101101101010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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