Shades of Mantle #9DA09C
Tints of Mantle #9DA09C
RGB
CMYK
RGB Variations
Color information
#9DA09C (or 0x9DA09C) is known color: Mantle. HEX triplet: 9D, A0 and 9C. RGB value is (157,160,156). Sum of RGB (Red+Green+Blue) = 157+160+156=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09C is #625F63. Grayscale: #9E9E9E. Windows color (decimal): -6446948 or 10264733. OLE color: 10264733.
HSL color Cylindrical-coordinate representation of color #9DA09C: hue angle of 105º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9DA09C is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 160 | 156 | - |
CMYK | 0.02 | 0 | 0.02 | 0.37 |
HSL | 105º | 0.02% | 0.62% | - |
HSV(B) | 105º | 0.02% | 0.63% | - |
XYZ | 32.48 | 34.71 | 36.44 | - |
YUV | 158.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 156 | 0.02 | 0 | 0.02 | 0.37 | 105 | 0.02 | 0.62 |
Hex | 9D | A0 | 9C | 2 | 0 | 2 | 25 | 69 | 2 | 3E |
Octal | 235 | 240 | 234 | 2 | 0 | 2 | 45 | 151 | 2 | 76 |
Binary | 10011101 | 10100000 | 10011100 | 10 | 0 | 10 | 100101 | 1101001 | 10 | 111110 |
Color Harmonies of #9DA09C
Complementary color
Monochromatic Colors of #9DA09C
Black with #9DA09C
Text Example
Text Example
White with #9DA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA09C; }
p { color: rgb(157,160,156); }
H1.HeaderClassName
{
color: #9DA09C;
}
.AnyTagClassName
{
color: #9DA09C;
}
</style>
background-color css
<style>
a { background-color: #9DA09C; }
a { background-color: rgb(157,160,156); }
div.DivClassName
{
background-color: #9DA09C;
}
.BgClassName
{
background-color: #9DA09C;
}
</style>
border-color css
<style>
span { border-color: #9DA09C; }
span { border-color: rgb(157,160,156); }
td.TdClassName
{
border-color: #9DA09C;
}
.TagClassName
{
border-color: #9DA09C;
}
</style>