Shades of Mantle #9DAE98
Tints of Mantle #9DAE98
RGB
CMYK
RGB Variations
Color information
#9DAE98 (or 0x9DAE98) is known color: Mantle. HEX triplet: 9D, AE and 98. RGB value is (157,174,152). Sum of RGB (Red+Green+Blue) = 157+174+152=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE98 is #625167. Grayscale: #A6A6A6. Windows color (decimal): -6443368 or 10006173. OLE color: 10006173.
HSL color Cylindrical-coordinate representation of color #9DAE98: hue angle of 106.36º 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 #9DAE98 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 152 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.32 |
| HSL | 106.36º | 0.12% | 0.64% | - |
| HSV(B) | 106.36º | 0.13% | 0.68% | - |
| XYZ | 34.71 | 39.71 | 35.54 | - |
| YUV | 166.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 152 | 0.10 | 0 | 0.13 | 0.32 | 106.36 | 0.12 | 0.64 |
| Hex | 9D | AE | 98 | A | 0 | D | 20 | 6A | C | 40 |
| Octal | 235 | 256 | 230 | 12 | 0 | 15 | 40 | 152 | 14 | 100 |
| Binary | 10011101 | 10101110 | 10011000 | 1010 | 0 | 1101 | 100000 | 1101010 | 1100 | 1000000 |
Color Harmonies of #9DAE98
Complementary color
Monochromatic Colors of #9DAE98
Black with #9DAE98
Text Example
Text Example
White with #9DAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE98; }
p { color: rgb(157,174,152); }
H1.HeaderClassName
{
color: #9DAE98;
}
.AnyTagClassName
{
color: #9DAE98;
}
</style>
background-color css
<style>
a { background-color: #9DAE98; }
a { background-color: rgb(157,174,152); }
div.DivClassName
{
background-color: #9DAE98;
}
.BgClassName
{
background-color: #9DAE98;
}
</style>
border-color css
<style>
span { border-color: #9DAE98; }
span { border-color: rgb(157,174,152); }
td.TdClassName
{
border-color: #9DAE98;
}
.TagClassName
{
border-color: #9DAE98;
}
</style>