Shades of Mantle #9DA49A
Tints of Mantle #9DA49A
RGB
CMYK
RGB Variations
Color information
#9DA49A (or 0x9DA49A) is known color: Mantle. HEX triplet: 9D, A4 and 9A. RGB value is (157,164,154). Sum of RGB (Red+Green+Blue) = 157+164+154=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA49A is #625B65. Grayscale: #A0A0A0. Windows color (decimal): -6445926 or 10134685. OLE color: 10134685.
HSL color Cylindrical-coordinate representation of color #9DA49A: hue angle of 102º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9DA49A is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 154 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.36 |
| HSL | 102º | 0.05% | 0.62% | - |
| HSV(B) | 102º | 0.06% | 0.64% | - |
| XYZ | 33.01 | 36.05 | 35.79 | - |
| YUV | 160.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 154 | 0.04 | 0 | 0.06 | 0.36 | 102 | 0.05 | 0.62 |
| Hex | 9D | A4 | 9A | 4 | 0 | 6 | 24 | 66 | 5 | 3E |
| Octal | 235 | 244 | 232 | 4 | 0 | 6 | 44 | 146 | 5 | 76 |
| Binary | 10011101 | 10100100 | 10011010 | 100 | 0 | 110 | 100100 | 1100110 | 101 | 111110 |
Color Harmonies of #9DA49A
Complementary color
Monochromatic Colors of #9DA49A
Black with #9DA49A
Text Example
Text Example
White with #9DA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA49A; }
p { color: rgb(157,164,154); }
H1.HeaderClassName
{
color: #9DA49A;
}
.AnyTagClassName
{
color: #9DA49A;
}
</style>
background-color css
<style>
a { background-color: #9DA49A; }
a { background-color: rgb(157,164,154); }
div.DivClassName
{
background-color: #9DA49A;
}
.BgClassName
{
background-color: #9DA49A;
}
</style>
border-color css
<style>
span { border-color: #9DA49A; }
span { border-color: rgb(157,164,154); }
td.TdClassName
{
border-color: #9DA49A;
}
.TagClassName
{
border-color: #9DA49A;
}
</style>