Shades of Mantle #90AF8E
Tints of Mantle #90AF8E
RGB
CMYK
RGB Variations
Color information
#90AF8E (or 0x90AF8E) is known color: Mantle. HEX triplet: 90, AF and 8E. RGB value is (144,175,142). Sum of RGB (Red+Green+Blue) = 144+175+142=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF8E is #6F5071. Grayscale: #A2A2A2. Windows color (decimal): -7295090 or 9351056. OLE color: 9351056.
HSL color Cylindrical-coordinate representation of color #90AF8E: hue angle of 116.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90AF8E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 142 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.31 |
| HSL | 116.36º | 0.17% | 0.62% | - |
| HSV(B) | 116.36º | 0.19% | 0.69% | - |
| XYZ | 31.71 | 38.54 | 31.36 | - |
| YUV | 161.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 142 | 0.18 | 0 | 0.19 | 0.31 | 116.36 | 0.17 | 0.62 |
| Hex | 90 | AF | 8E | 12 | 0 | 13 | 1F | 74 | 11 | 3E |
| Octal | 220 | 257 | 216 | 22 | 0 | 23 | 37 | 164 | 21 | 76 |
| Binary | 10010000 | 10101111 | 10001110 | 10010 | 0 | 10011 | 11111 | 1110100 | 10001 | 111110 |
Color Harmonies of #90AF8E
Complementary color
Monochromatic Colors of #90AF8E
Black with #90AF8E
Text Example
Text Example
White with #90AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF8E; }
p { color: rgb(144,175,142); }
H1.HeaderClassName
{
color: #90AF8E;
}
.AnyTagClassName
{
color: #90AF8E;
}
</style>
background-color css
<style>
a { background-color: #90AF8E; }
a { background-color: rgb(144,175,142); }
div.DivClassName
{
background-color: #90AF8E;
}
.BgClassName
{
background-color: #90AF8E;
}
</style>
border-color css
<style>
span { border-color: #90AF8E; }
span { border-color: rgb(144,175,142); }
td.TdClassName
{
border-color: #90AF8E;
}
.TagClassName
{
border-color: #90AF8E;
}
</style>