#96E151

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

Shades of Atlantis #96E151

Tints of Atlantis #96E151

Color information

#96E151 (or 0x96E151) is unknown color: approx Atlantis. HEX triplet: 96, E1 and 51. RGB value is (150,225,81). Sum of RGB (Red+Green+Blue) = 150+225+81=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #96E151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E151 is #691EAE. Grayscale: #BABABA. Windows color (decimal): -6889135 or 5366166. OLE color: 5366166.

HSL color Cylindrical-coordinate representation of color #96E151: hue angle of 91.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96E151 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB15022581-
CMYK0.3300.640.12
HSL91.25º70.59%60%-
HSV(B)91.25º64%88.24%-
XYZ40.9960.9317.38-
YUV186.1668.65102.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=32.89%
G=49.34%
B=17.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150225810.3300.640.1291.2570.5960
Hex96E15121040C5b473c
Octal2263411214101001413310774
Binary1001011011100001101000110000101000000110010110111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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