Shades of Mantle #90AF82
Tints of Mantle #90AF82
RGB
CMYK
RGB Variations
Color information
#90AF82 (or 0x90AF82) is known color: Mantle. HEX triplet: 90, AF and 82. RGB value is (144,175,130). Sum of RGB (Red+Green+Blue) = 144+175+130=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF82 is #6F507D. Grayscale: #A0A0A0. Windows color (decimal): -7295102 or 8564624. OLE color: 8564624.
HSL color Cylindrical-coordinate representation of color #90AF82: hue angle of 101.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90AF82 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 130 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.31 |
| HSL | 101.33º | 0.22% | 0.6% | - |
| HSV(B) | 101.33º | 0.26% | 0.69% | - |
| XYZ | 30.86 | 38.2 | 26.87 | - |
| YUV | 160.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 130 | 0.18 | 0 | 0.26 | 0.31 | 101.33 | 0.22 | 0.6 |
| Hex | 90 | AF | 82 | 12 | 0 | 1A | 1F | 65 | 16 | 3C |
| Octal | 220 | 257 | 202 | 22 | 0 | 32 | 37 | 145 | 26 | 74 |
| Binary | 10010000 | 10101111 | 10000010 | 10010 | 0 | 11010 | 11111 | 1100101 | 10110 | 111100 |
Color Harmonies of #90AF82
Complementary color
Monochromatic Colors of #90AF82
Black with #90AF82
Text Example
Text Example
White with #90AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF82; }
p { color: rgb(144,175,130); }
H1.HeaderClassName
{
color: #90AF82;
}
.AnyTagClassName
{
color: #90AF82;
}
</style>
background-color css
<style>
a { background-color: #90AF82; }
a { background-color: rgb(144,175,130); }
div.DivClassName
{
background-color: #90AF82;
}
.BgClassName
{
background-color: #90AF82;
}
</style>
border-color css
<style>
span { border-color: #90AF82; }
span { border-color: rgb(144,175,130); }
td.TdClassName
{
border-color: #90AF82;
}
.TagClassName
{
border-color: #90AF82;
}
</style>