#96D44B

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

Shades of Atlantis #96D44B

Tints of Atlantis #96D44B

Color information

#96D44B (or 0x96D44B) is unknown color: approx Atlantis. HEX triplet: 96, D4 and 4B. RGB value is (150,212,75). Sum of RGB (Red+Green+Blue) = 150+212+75=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #96D44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D44B is #692BB4. Grayscale: #B2B2B2. Windows color (decimal): -6892469 or 4969622. OLE color: 4969622.

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

Color convert

RGB15021275-
CMYK0.2900.650.17
HSL87.15º61.43%56.27%-
HSV(B)87.15º64.62%83.14%-
XYZ37.3954.0815.12-
YUV177.8469.96108.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 212 (83.20% from 255) = 48.51%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=34.32%
G=48.51%
B=17.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150212750.2900.650.1787.1561.4356.27
Hex96D44B1D04111573d38
Octal226324113350101211277570
Binary100101101101010010010111110101000001100011010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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