Shades of Mantle #90AD8D
Tints of Mantle #90AD8D
RGB
CMYK
RGB Variations
Color information
#90AD8D (or 0x90AD8D) is known color: Mantle. HEX triplet: 90, AD and 8D. RGB value is (144,173,141). Sum of RGB (Red+Green+Blue) = 144+173+141=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD8D is #6F5272. Grayscale: #A0A0A0. Windows color (decimal): -7295603 or 9285008. OLE color: 9285008.
HSL color Cylindrical-coordinate representation of color #90AD8D: hue angle of 114.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AD8D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 141 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.32 |
| HSL | 114.38º | 0.16% | 0.62% | - |
| HSV(B) | 114.38º | 0.18% | 0.68% | - |
| XYZ | 31.25 | 37.74 | 30.84 | - |
| YUV | 160.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 141 | 0.17 | 0 | 0.18 | 0.32 | 114.38 | 0.16 | 0.62 |
| Hex | 90 | AD | 8D | 11 | 0 | 12 | 20 | 72 | 10 | 3E |
| Octal | 220 | 255 | 215 | 21 | 0 | 22 | 40 | 162 | 20 | 76 |
| Binary | 10010000 | 10101101 | 10001101 | 10001 | 0 | 10010 | 100000 | 1110010 | 10000 | 111110 |
Color Harmonies of #90AD8D
Complementary color
Monochromatic Colors of #90AD8D
Black with #90AD8D
Text Example
Text Example
White with #90AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD8D; }
p { color: rgb(144,173,141); }
H1.HeaderClassName
{
color: #90AD8D;
}
.AnyTagClassName
{
color: #90AD8D;
}
</style>
background-color css
<style>
a { background-color: #90AD8D; }
a { background-color: rgb(144,173,141); }
div.DivClassName
{
background-color: #90AD8D;
}
.BgClassName
{
background-color: #90AD8D;
}
</style>
border-color css
<style>
span { border-color: #90AD8D; }
span { border-color: rgb(144,173,141); }
td.TdClassName
{
border-color: #90AD8D;
}
.TagClassName
{
border-color: #90AD8D;
}
</style>