Shades of Mantle #9CAF99
Tints of Mantle #9CAF99
RGB
CMYK
RGB Variations
Color information
#9CAF99 (or 0x9CAF99) is known color: Mantle. HEX triplet: 9C, AF and 99. RGB value is (156,175,153). Sum of RGB (Red+Green+Blue) = 156+175+153=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF99 is #635066. Grayscale: #A6A6A6. Windows color (decimal): -6508647 or 10071964. OLE color: 10071964.
HSL color Cylindrical-coordinate representation of color #9CAF99: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CAF99 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 153 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.31 |
| HSL | 111.82º | 0.12% | 0.64% | - |
| HSV(B) | 111.82º | 0.13% | 0.69% | - |
| XYZ | 34.79 | 40.03 | 36.03 | - |
| YUV | 166.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 153 | 0.11 | 0 | 0.13 | 0.31 | 111.82 | 0.12 | 0.64 |
| Hex | 9C | AF | 99 | B | 0 | D | 1F | 70 | C | 40 |
| Octal | 234 | 257 | 231 | 13 | 0 | 15 | 37 | 160 | 14 | 100 |
| Binary | 10011100 | 10101111 | 10011001 | 1011 | 0 | 1101 | 11111 | 1110000 | 1100 | 1000000 |
Color Harmonies of #9CAF99
Complementary color
Monochromatic Colors of #9CAF99
Black with #9CAF99
Text Example
Text Example
White with #9CAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF99; }
p { color: rgb(156,175,153); }
H1.HeaderClassName
{
color: #9CAF99;
}
.AnyTagClassName
{
color: #9CAF99;
}
</style>
background-color css
<style>
a { background-color: #9CAF99; }
a { background-color: rgb(156,175,153); }
div.DivClassName
{
background-color: #9CAF99;
}
.BgClassName
{
background-color: #9CAF99;
}
</style>
border-color css
<style>
span { border-color: #9CAF99; }
span { border-color: rgb(156,175,153); }
td.TdClassName
{
border-color: #9CAF99;
}
.TagClassName
{
border-color: #9CAF99;
}
</style>