Shades of Mantle #9AAE94
Tints of Mantle #9AAE94
RGB
CMYK
RGB Variations
Color information
#9AAE94 (or 0x9AAE94) is known color: Mantle. HEX triplet: 9A, AE and 94. RGB value is (154,174,148). Sum of RGB (Red+Green+Blue) = 154+174+148=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE94 is #65516B. Grayscale: #A5A5A5. Windows color (decimal): -6639980 or 9744026. OLE color: 9744026.
HSL color Cylindrical-coordinate representation of color #9AAE94: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AAE94 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 148 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.32 |
| HSL | 106.15º | 0.14% | 0.63% | - |
| HSV(B) | 106.15º | 0.15% | 0.68% | - |
| XYZ | 33.81 | 39.28 | 33.82 | - |
| YUV | 165.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 148 | 0.11 | 0 | 0.15 | 0.32 | 106.15 | 0.14 | 0.63 |
| Hex | 9A | AE | 94 | B | 0 | F | 20 | 6A | E | 3F |
| Octal | 232 | 256 | 224 | 13 | 0 | 17 | 40 | 152 | 16 | 77 |
| Binary | 10011010 | 10101110 | 10010100 | 1011 | 0 | 1111 | 100000 | 1101010 | 1110 | 111111 |
Color Harmonies of #9AAE94
Complementary color
Monochromatic Colors of #9AAE94
Black with #9AAE94
Text Example
Text Example
White with #9AAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE94; }
p { color: rgb(154,174,148); }
H1.HeaderClassName
{
color: #9AAE94;
}
.AnyTagClassName
{
color: #9AAE94;
}
</style>
background-color css
<style>
a { background-color: #9AAE94; }
a { background-color: rgb(154,174,148); }
div.DivClassName
{
background-color: #9AAE94;
}
.BgClassName
{
background-color: #9AAE94;
}
</style>
border-color css
<style>
span { border-color: #9AAE94; }
span { border-color: rgb(154,174,148); }
td.TdClassName
{
border-color: #9AAE94;
}
.TagClassName
{
border-color: #9AAE94;
}
</style>