#96D251

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

Shades of Atlantis #96D251

Tints of Atlantis #96D251

Color information

#96D251 (or 0x96D251) is unknown color: approx Atlantis. HEX triplet: 96, D2 and 51. RGB value is (150,210,81). Sum of RGB (Red+Green+Blue) = 150+210+81=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #96D251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D251 is #692DAE. Grayscale: #B1B1B1. Windows color (decimal): -6892975 or 5362326. OLE color: 5362326.

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

Color convert

RGB15021081-
CMYK0.2900.610.18
HSL87.91º58.9%57.06%-
HSV(B)87.91º61.43%82.35%-
XYZ37.1153.1716.09-
YUV177.3573.62108.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=34.01%
G=47.62%
B=18.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150210810.2900.610.1887.9158.957.06
Hex96D2511D03D12583b39
Octal22632212135075221307371
Binary10010110110100101010001111010111101100101011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,81); }

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

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

 a { background-color: rgb(150,210,81); }

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

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

 span { border-color: rgb(150,210,81); }

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