Shades of Mantle #9DAE97
Tints of Mantle #9DAE97
RGB
CMYK
RGB Variations
Color information
#9DAE97 (or 0x9DAE97) is known color: Mantle. HEX triplet: 9D, AE and 97. RGB value is (157,174,151). Sum of RGB (Red+Green+Blue) = 157+174+151=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE97 is #625168. Grayscale: #A6A6A6. Windows color (decimal): -6443369 or 9940637. OLE color: 9940637.
HSL color Cylindrical-coordinate representation of color #9DAE97: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DAE97 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 151 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.32 |
| HSL | 104.35º | 0.12% | 0.64% | - |
| HSV(B) | 104.35º | 0.13% | 0.68% | - |
| XYZ | 34.63 | 39.67 | 35.11 | - |
| YUV | 166.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 151 | 0.10 | 0 | 0.13 | 0.32 | 104.35 | 0.12 | 0.64 |
| Hex | 9D | AE | 97 | A | 0 | D | 20 | 68 | C | 40 |
| Octal | 235 | 256 | 227 | 12 | 0 | 15 | 40 | 150 | 14 | 100 |
| Binary | 10011101 | 10101110 | 10010111 | 1010 | 0 | 1101 | 100000 | 1101000 | 1100 | 1000000 |
Color Harmonies of #9DAE97
Complementary color
Monochromatic Colors of #9DAE97
Black with #9DAE97
Text Example
Text Example
White with #9DAE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE97; }
p { color: rgb(157,174,151); }
H1.HeaderClassName
{
color: #9DAE97;
}
.AnyTagClassName
{
color: #9DAE97;
}
</style>
background-color css
<style>
a { background-color: #9DAE97; }
a { background-color: rgb(157,174,151); }
div.DivClassName
{
background-color: #9DAE97;
}
.BgClassName
{
background-color: #9DAE97;
}
</style>
border-color css
<style>
span { border-color: #9DAE97; }
span { border-color: rgb(157,174,151); }
td.TdClassName
{
border-color: #9DAE97;
}
.TagClassName
{
border-color: #9DAE97;
}
</style>