Shades of Envy #90AD93
Tints of Envy #90AD93
RGB
CMYK
RGB Variations
Color information
#90AD93 (or 0x90AD93) is known color: Envy. HEX triplet: 90, AD and 93. RGB value is (144,173,147). Sum of RGB (Red+Green+Blue) = 144+173+147=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD93 is #6F526C. Grayscale: #A1A1A1. Windows color (decimal): -7295597 or 9678224. OLE color: 9678224.
HSL color Cylindrical-coordinate representation of color #90AD93: hue angle of 126.21º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AD93 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 147 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.32 |
| HSL | 126.21º | 0.15% | 0.62% | - |
| HSV(B) | 126.21º | 0.17% | 0.68% | - |
| XYZ | 31.71 | 37.92 | 33.25 | - |
| YUV | 161.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 147 | 0.17 | 0 | 0.15 | 0.32 | 126.21 | 0.15 | 0.62 |
| Hex | 90 | AD | 93 | 11 | 0 | F | 20 | 7E | F | 3E |
| Octal | 220 | 255 | 223 | 21 | 0 | 17 | 40 | 176 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10010011 | 10001 | 0 | 1111 | 100000 | 1111110 | 1111 | 111110 |
Color Harmonies of #90AD93
Complementary color
Monochromatic Colors of #90AD93
Black with #90AD93
Text Example
Text Example
White with #90AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD93; }
p { color: rgb(144,173,147); }
H1.HeaderClassName
{
color: #90AD93;
}
.AnyTagClassName
{
color: #90AD93;
}
</style>
background-color css
<style>
a { background-color: #90AD93; }
a { background-color: rgb(144,173,147); }
div.DivClassName
{
background-color: #90AD93;
}
.BgClassName
{
background-color: #90AD93;
}
</style>
border-color css
<style>
span { border-color: #90AD93; }
span { border-color: rgb(144,173,147); }
td.TdClassName
{
border-color: #90AD93;
}
.TagClassName
{
border-color: #90AD93;
}
</style>