#96D44D

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

Shades of Atlantis #96D44D

Tints of Atlantis #96D44D

Color information

#96D44D (or 0x96D44D) is unknown color: approx Atlantis. HEX triplet: 96, D4 and 4D. RGB value is (150,212,77). Sum of RGB (Red+Green+Blue) = 150+212+77=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #96D44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D44D is #692BB2. Grayscale: #B2B2B2. Windows color (decimal): -6892467 or 5100694. OLE color: 5100694.

HSL color Cylindrical-coordinate representation of color #96D44D: hue angle of 87.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96D44D is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB15021277-
CMYK0.2900.640.17
HSL87.56º61.09%56.67%-
HSV(B)87.56º63.68%83.14%-
XYZ37.4654.1115.49-
YUV178.0770.96107.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=34.17%
G=48.29%
B=17.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150212770.2900.640.1787.5661.0956.67
Hex96D44D1D04011583d39
Octal226324115350100211307571
Binary100101101101010010011011110101000000100011011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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