Shades of Mantle #90AF8A
Tints of Mantle #90AF8A
RGB
CMYK
RGB Variations
Color information
#90AF8A (or 0x90AF8A) is known color: Mantle. HEX triplet: 90, AF and 8A. RGB value is (144,175,138). Sum of RGB (Red+Green+Blue) = 144+175+138=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF8A is #6F5075. Grayscale: #A1A1A1. Windows color (decimal): -7295094 or 9088912. OLE color: 9088912.
HSL color Cylindrical-coordinate representation of color #90AF8A: hue angle of 110.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90AF8A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 138 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.31 |
| HSL | 110.27º | 0.19% | 0.61% | - |
| HSV(B) | 110.27º | 0.21% | 0.69% | - |
| XYZ | 31.42 | 38.42 | 29.81 | - |
| YUV | 161.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 138 | 0.18 | 0 | 0.21 | 0.31 | 110.27 | 0.19 | 0.61 |
| Hex | 90 | AF | 8A | 12 | 0 | 15 | 1F | 6E | 13 | 3D |
| Octal | 220 | 257 | 212 | 22 | 0 | 25 | 37 | 156 | 23 | 75 |
| Binary | 10010000 | 10101111 | 10001010 | 10010 | 0 | 10101 | 11111 | 1101110 | 10011 | 111101 |
Color Harmonies of #90AF8A
Complementary color
Monochromatic Colors of #90AF8A
Black with #90AF8A
Text Example
Text Example
White with #90AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF8A; }
p { color: rgb(144,175,138); }
H1.HeaderClassName
{
color: #90AF8A;
}
.AnyTagClassName
{
color: #90AF8A;
}
</style>
background-color css
<style>
a { background-color: #90AF8A; }
a { background-color: rgb(144,175,138); }
div.DivClassName
{
background-color: #90AF8A;
}
.BgClassName
{
background-color: #90AF8A;
}
</style>
border-color css
<style>
span { border-color: #90AF8A; }
span { border-color: rgb(144,175,138); }
td.TdClassName
{
border-color: #90AF8A;
}
.TagClassName
{
border-color: #90AF8A;
}
</style>