Shades of Mantle #9AA894
Tints of Mantle #9AA894
RGB
CMYK
RGB Variations
Color information
#9AA894 (or 0x9AA894) is known color: Mantle. HEX triplet: 9A, A8 and 94. RGB value is (154,168,148). Sum of RGB (Red+Green+Blue) = 154+168+148=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA894 is #65576B. Grayscale: #A1A1A1. Windows color (decimal): -6641516 or 9742490. OLE color: 9742490.
HSL color Cylindrical-coordinate representation of color #9AA894: hue angle of 102º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA894 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 148 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.34 |
| HSL | 102º | 0.1% | 0.62% | - |
| HSV(B) | 102º | 0.12% | 0.66% | - |
| XYZ | 32.67 | 37.01 | 33.44 | - |
| YUV | 161.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 148 | 0.08 | 0 | 0.12 | 0.34 | 102 | 0.1 | 0.62 |
| Hex | 9A | A8 | 94 | 8 | 0 | C | 22 | 66 | A | 3E |
| Octal | 232 | 250 | 224 | 10 | 0 | 14 | 42 | 146 | 12 | 76 |
| Binary | 10011010 | 10101000 | 10010100 | 1000 | 0 | 1100 | 100010 | 1100110 | 1010 | 111110 |
Color Harmonies of #9AA894
Complementary color
Monochromatic Colors of #9AA894
Black with #9AA894
Text Example
Text Example
White with #9AA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA894; }
p { color: rgb(154,168,148); }
H1.HeaderClassName
{
color: #9AA894;
}
.AnyTagClassName
{
color: #9AA894;
}
</style>
background-color css
<style>
a { background-color: #9AA894; }
a { background-color: rgb(154,168,148); }
div.DivClassName
{
background-color: #9AA894;
}
.BgClassName
{
background-color: #9AA894;
}
</style>
border-color css
<style>
span { border-color: #9AA894; }
span { border-color: rgb(154,168,148); }
td.TdClassName
{
border-color: #9AA894;
}
.TagClassName
{
border-color: #9AA894;
}
</style>