Shades of Envy #90AD95
Tints of Envy #90AD95
RGB
CMYK
RGB Variations
Color information
#90AD95 (or 0x90AD95) is known color: Envy. HEX triplet: 90, AD and 95. RGB value is (144,173,149). Sum of RGB (Red+Green+Blue) = 144+173+149=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD95 is #6F526A. Grayscale: #A1A1A1. Windows color (decimal): -7295595 or 9809296. OLE color: 9809296.
HSL color Cylindrical-coordinate representation of color #90AD95: hue angle of 130.34º 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 #90AD95 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 149 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.32 |
| HSL | 130.34º | 0.15% | 0.62% | - |
| HSV(B) | 130.34º | 0.17% | 0.68% | - |
| XYZ | 31.87 | 37.99 | 34.09 | - |
| YUV | 161.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 149 | 0.17 | 0 | 0.14 | 0.32 | 130.34 | 0.15 | 0.62 |
| Hex | 90 | AD | 95 | 11 | 0 | E | 20 | 82 | F | 3E |
| Octal | 220 | 255 | 225 | 21 | 0 | 16 | 40 | 202 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10010101 | 10001 | 0 | 1110 | 100000 | 10000010 | 1111 | 111110 |
Color Harmonies of #90AD95
Complementary color
Monochromatic Colors of #90AD95
Black with #90AD95
Text Example
Text Example
White with #90AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD95; }
p { color: rgb(144,173,149); }
H1.HeaderClassName
{
color: #90AD95;
}
.AnyTagClassName
{
color: #90AD95;
}
</style>
background-color css
<style>
a { background-color: #90AD95; }
a { background-color: rgb(144,173,149); }
div.DivClassName
{
background-color: #90AD95;
}
.BgClassName
{
background-color: #90AD95;
}
</style>
border-color css
<style>
span { border-color: #90AD95; }
span { border-color: rgb(144,173,149); }
td.TdClassName
{
border-color: #90AD95;
}
.TagClassName
{
border-color: #90AD95;
}
</style>