Shades of Mantle #99AF91
Tints of Mantle #99AF91
RGB
CMYK
RGB Variations
Color information
#99AF91 (or 0x99AF91) is known color: Mantle. HEX triplet: 99, AF and 91. RGB value is (153,175,145). Sum of RGB (Red+Green+Blue) = 153+175+145=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF91 is #66506E. Grayscale: #A5A5A5. Windows color (decimal): -6705263 or 9547673. OLE color: 9547673.
HSL color Cylindrical-coordinate representation of color #99AF91: hue angle of 104º 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 #99AF91 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 145 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.31 |
| HSL | 104º | 0.16% | 0.63% | - |
| HSV(B) | 104º | 0.17% | 0.69% | - |
| XYZ | 33.58 | 39.48 | 32.64 | - |
| YUV | 165 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 145 | 0.13 | 0 | 0.17 | 0.31 | 104 | 0.16 | 0.63 |
| Hex | 99 | AF | 91 | D | 0 | 11 | 1F | 68 | 10 | 3F |
| Octal | 231 | 257 | 221 | 15 | 0 | 21 | 37 | 150 | 20 | 77 |
| Binary | 10011001 | 10101111 | 10010001 | 1101 | 0 | 10001 | 11111 | 1101000 | 10000 | 111111 |
Color Harmonies of #99AF91
Complementary color
Monochromatic Colors of #99AF91
Black with #99AF91
Text Example
Text Example
White with #99AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF91; }
p { color: rgb(153,175,145); }
H1.HeaderClassName
{
color: #99AF91;
}
.AnyTagClassName
{
color: #99AF91;
}
</style>
background-color css
<style>
a { background-color: #99AF91; }
a { background-color: rgb(153,175,145); }
div.DivClassName
{
background-color: #99AF91;
}
.BgClassName
{
background-color: #99AF91;
}
</style>
border-color css
<style>
span { border-color: #99AF91; }
span { border-color: rgb(153,175,145); }
td.TdClassName
{
border-color: #99AF91;
}
.TagClassName
{
border-color: #99AF91;
}
</style>