#96AF91

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

Shades of Mantle #96AF91

Tints of Mantle #96AF91

Color information

#96AF91 (or 0x96AF91) is unknown color: approx Mantle. HEX triplet: 96, AF and 91. RGB value is (150,175,145). Sum of RGB (Red+Green+Blue) = 150+175+145=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF91 is #69506E. Grayscale: #A4A4A4. Windows color (decimal): -6901871 or 9547670. OLE color: 9547670.

HSL color Cylindrical-coordinate representation of color #96AF91: hue angle of 110º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AF91 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB150175145-
CMYK0.1400.170.31
HSL110º15.79%62.75%-
HSV(B)110º17.14%68.63%-
XYZ33.0239.1932.61-
YUV164.1117.22117.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=31.91%
G=37.23%
B=30.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751450.1400.170.3111015.7962.75
Hex96AF91E0111F6e103f
Octal22625722116021371562077
Binary100101101010111110010001111001000111111110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,145); }

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

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

 a { background-color: rgb(150,175,145); }

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

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

 span { border-color: rgb(150,175,145); }

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