Shades of Mantle #9DAA96
Tints of Mantle #9DAA96
RGB
CMYK
RGB Variations
Color information
#9DAA96 (or 0x9DAA96) is known color: Mantle. HEX triplet: 9D, AA and 96. RGB value is (157,170,150). Sum of RGB (Red+Green+Blue) = 157+170+150=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA96 is #625569. Grayscale: #A3A3A3. Windows color (decimal): -6444394 or 9874077. OLE color: 9874077.
HSL color Cylindrical-coordinate representation of color #9DAA96: hue angle of 99º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DAA96 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 150 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.33 |
| HSL | 99º | 0.11% | 0.63% | - |
| HSV(B) | 99º | 0.12% | 0.67% | - |
| XYZ | 33.78 | 38.12 | 34.43 | - |
| YUV | 163.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 150 | 0.08 | 0 | 0.12 | 0.33 | 99 | 0.11 | 0.63 |
| Hex | 9D | AA | 96 | 8 | 0 | C | 21 | 63 | B | 3F |
| Octal | 235 | 252 | 226 | 10 | 0 | 14 | 41 | 143 | 13 | 77 |
| Binary | 10011101 | 10101010 | 10010110 | 1000 | 0 | 1100 | 100001 | 1100011 | 1011 | 111111 |
Color Harmonies of #9DAA96
Complementary color
Monochromatic Colors of #9DAA96
Black with #9DAA96
Text Example
Text Example
White with #9DAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA96; }
p { color: rgb(157,170,150); }
H1.HeaderClassName
{
color: #9DAA96;
}
.AnyTagClassName
{
color: #9DAA96;
}
</style>
background-color css
<style>
a { background-color: #9DAA96; }
a { background-color: rgb(157,170,150); }
div.DivClassName
{
background-color: #9DAA96;
}
.BgClassName
{
background-color: #9DAA96;
}
</style>
border-color css
<style>
span { border-color: #9DAA96; }
span { border-color: rgb(157,170,150); }
td.TdClassName
{
border-color: #9DAA96;
}
.TagClassName
{
border-color: #9DAA96;
}
</style>