Shades of Mantle #9CAD99
Tints of Mantle #9CAD99
RGB
CMYK
RGB Variations
Color information
#9CAD99 (or 0x9CAD99) is known color: Mantle. HEX triplet: 9C, AD and 99. RGB value is (156,173,153). Sum of RGB (Red+Green+Blue) = 156+173+153=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD99 is #635266. Grayscale: #A5A5A5. Windows color (decimal): -6509159 or 10071452. OLE color: 10071452.
HSL color Cylindrical-coordinate representation of color #9CAD99: hue angle of 111º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CAD99 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 153 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.32 |
| HSL | 111º | 0.11% | 0.64% | - |
| HSV(B) | 111º | 0.12% | 0.68% | - |
| XYZ | 34.4 | 39.25 | 35.9 | - |
| YUV | 165.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 153 | 0.10 | 0 | 0.12 | 0.32 | 111 | 0.11 | 0.64 |
| Hex | 9C | AD | 99 | A | 0 | C | 20 | 6F | B | 40 |
| Octal | 234 | 255 | 231 | 12 | 0 | 14 | 40 | 157 | 13 | 100 |
| Binary | 10011100 | 10101101 | 10011001 | 1010 | 0 | 1100 | 100000 | 1101111 | 1011 | 1000000 |
Color Harmonies of #9CAD99
Complementary color
Monochromatic Colors of #9CAD99
Black with #9CAD99
Text Example
Text Example
White with #9CAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD99; }
p { color: rgb(156,173,153); }
H1.HeaderClassName
{
color: #9CAD99;
}
.AnyTagClassName
{
color: #9CAD99;
}
</style>
background-color css
<style>
a { background-color: #9CAD99; }
a { background-color: rgb(156,173,153); }
div.DivClassName
{
background-color: #9CAD99;
}
.BgClassName
{
background-color: #9CAD99;
}
</style>
border-color css
<style>
span { border-color: #9CAD99; }
span { border-color: rgb(156,173,153); }
td.TdClassName
{
border-color: #9CAD99;
}
.TagClassName
{
border-color: #9CAD99;
}
</style>