Shades of Mantle #90AC8C
Tints of Mantle #90AC8C
RGB
CMYK
RGB Variations
Color information
#90AC8C (or 0x90AC8C) is known color: Mantle. HEX triplet: 90, AC and 8C. RGB value is (144,172,140). Sum of RGB (Red+Green+Blue) = 144+172+140=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC8C is #6F5373. Grayscale: #A0A0A0. Windows color (decimal): -7295860 or 9219216. OLE color: 9219216.
HSL color Cylindrical-coordinate representation of color #90AC8C: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90AC8C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 140 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.33 |
| HSL | 112.5º | 0.16% | 0.61% | - |
| HSV(B) | 112.5º | 0.19% | 0.67% | - |
| XYZ | 30.99 | 37.33 | 30.38 | - |
| YUV | 159.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 140 | 0.16 | 0 | 0.19 | 0.33 | 112.5 | 0.16 | 0.61 |
| Hex | 90 | AC | 8C | 10 | 0 | 13 | 21 | 70 | 10 | 3D |
| Octal | 220 | 254 | 214 | 20 | 0 | 23 | 41 | 160 | 20 | 75 |
| Binary | 10010000 | 10101100 | 10001100 | 10000 | 0 | 10011 | 100001 | 1110000 | 10000 | 111101 |
Color Harmonies of #90AC8C
Complementary color
Monochromatic Colors of #90AC8C
Black with #90AC8C
Text Example
Text Example
White with #90AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC8C; }
p { color: rgb(144,172,140); }
H1.HeaderClassName
{
color: #90AC8C;
}
.AnyTagClassName
{
color: #90AC8C;
}
</style>
background-color css
<style>
a { background-color: #90AC8C; }
a { background-color: rgb(144,172,140); }
div.DivClassName
{
background-color: #90AC8C;
}
.BgClassName
{
background-color: #90AC8C;
}
</style>
border-color css
<style>
span { border-color: #90AC8C; }
span { border-color: rgb(144,172,140); }
td.TdClassName
{
border-color: #90AC8C;
}
.TagClassName
{
border-color: #90AC8C;
}
</style>