#96D651

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

Shades of Atlantis #96D651

Tints of Atlantis #96D651

Color information

#96D651 (or 0x96D651) is unknown color: approx Atlantis. HEX triplet: 96, D6 and 51. RGB value is (150,214,81). Sum of RGB (Red+Green+Blue) = 150+214+81=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #96D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D651 is #6929AE. Grayscale: #B4B4B4. Windows color (decimal): -6891951 or 5363350. OLE color: 5363350.

HSL color Cylindrical-coordinate representation of color #96D651: hue angle of 88.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96D651 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB15021481-
CMYK0.3000.620.16
HSL88.87º61.86%57.84%-
HSV(B)88.87º62.15%83.92%-
XYZ38.1155.1716.43-
YUV179.772.3106.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=33.71%
G=48.09%
B=18.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214810.3000.620.1688.8761.8657.84
Hex96D6511E03E10593e3a
Octal22632612136076201317672
Binary10010110110101101010001111100111110100001011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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