Shades of Mantle #9DAE96
Tints of Mantle #9DAE96
RGB
CMYK
RGB Variations
Color information
#9DAE96 (or 0x9DAE96) is known color: Mantle. HEX triplet: 9D, AE and 96. RGB value is (157,174,150). Sum of RGB (Red+Green+Blue) = 157+174+150=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE96 is #625169. Grayscale: #A6A6A6. Windows color (decimal): -6443370 or 9875101. OLE color: 9875101.
HSL color Cylindrical-coordinate representation of color #9DAE96: hue angle of 102.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DAE96 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 150 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.32 |
| HSL | 102.5º | 0.13% | 0.64% | - |
| HSV(B) | 102.5º | 0.14% | 0.68% | - |
| XYZ | 34.55 | 39.64 | 34.69 | - |
| YUV | 166.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 150 | 0.10 | 0 | 0.14 | 0.32 | 102.5 | 0.13 | 0.64 |
| Hex | 9D | AE | 96 | A | 0 | E | 20 | 66 | D | 40 |
| Octal | 235 | 256 | 226 | 12 | 0 | 16 | 40 | 146 | 15 | 100 |
| Binary | 10011101 | 10101110 | 10010110 | 1010 | 0 | 1110 | 100000 | 1100110 | 1101 | 1000000 |
Color Harmonies of #9DAE96
Complementary color
Monochromatic Colors of #9DAE96
Black with #9DAE96
Text Example
Text Example
White with #9DAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE96; }
p { color: rgb(157,174,150); }
H1.HeaderClassName
{
color: #9DAE96;
}
.AnyTagClassName
{
color: #9DAE96;
}
</style>
background-color css
<style>
a { background-color: #9DAE96; }
a { background-color: rgb(157,174,150); }
div.DivClassName
{
background-color: #9DAE96;
}
.BgClassName
{
background-color: #9DAE96;
}
</style>
border-color css
<style>
span { border-color: #9DAE96; }
span { border-color: rgb(157,174,150); }
td.TdClassName
{
border-color: #9DAE96;
}
.TagClassName
{
border-color: #9DAE96;
}
</style>