Shades of Mantle #9AAC9A
Tints of Mantle #9AAC9A
RGB
CMYK
RGB Variations
Color information
#9AAC9A (or 0x9AAC9A) is known color: Mantle. HEX triplet: 9A, AC and 9A. RGB value is (154,172,154). Sum of RGB (Red+Green+Blue) = 154+172+154=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC9A is #655365. Grayscale: #A4A4A4. Windows color (decimal): -6640486 or 10136730. OLE color: 10136730.
HSL color Cylindrical-coordinate representation of color #9AAC9A: hue angle of 120º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAC9A is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 154 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.33 |
| HSL | 120º | 0.1% | 0.64% | - |
| HSV(B) | 120º | 0.1% | 0.67% | - |
| XYZ | 33.91 | 38.71 | 36.26 | - |
| YUV | 164.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 154 | 0.10 | 0 | 0.10 | 0.33 | 120 | 0.1 | 0.64 |
| Hex | 9A | AC | 9A | A | 0 | A | 21 | 78 | A | 40 |
| Octal | 232 | 254 | 232 | 12 | 0 | 12 | 41 | 170 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10011010 | 1010 | 0 | 1010 | 100001 | 1111000 | 1010 | 1000000 |
Color Harmonies of #9AAC9A
Complementary color
Monochromatic Colors of #9AAC9A
Black with #9AAC9A
Text Example
Text Example
White with #9AAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC9A; }
p { color: rgb(154,172,154); }
H1.HeaderClassName
{
color: #9AAC9A;
}
.AnyTagClassName
{
color: #9AAC9A;
}
</style>
background-color css
<style>
a { background-color: #9AAC9A; }
a { background-color: rgb(154,172,154); }
div.DivClassName
{
background-color: #9AAC9A;
}
.BgClassName
{
background-color: #9AAC9A;
}
</style>
border-color css
<style>
span { border-color: #9AAC9A; }
span { border-color: rgb(154,172,154); }
td.TdClassName
{
border-color: #9AAC9A;
}
.TagClassName
{
border-color: #9AAC9A;
}
</style>