Shades of Envy #90AC93
Tints of Envy #90AC93
RGB
CMYK
RGB Variations
Color information
#90AC93 (or 0x90AC93) is known color: Envy. HEX triplet: 90, AC and 93. RGB value is (144,172,147). Sum of RGB (Red+Green+Blue) = 144+172+147=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC93 is #6F536C. Grayscale: #A0A0A0. Windows color (decimal): -7295853 or 9677968. OLE color: 9677968.
HSL color Cylindrical-coordinate representation of color #90AC93: hue angle of 126.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AC93 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 147 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.33 |
| HSL | 126.43º | 0.14% | 0.62% | - |
| HSV(B) | 126.43º | 0.16% | 0.67% | - |
| XYZ | 31.52 | 37.54 | 33.19 | - |
| YUV | 160.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 147 | 0.16 | 0 | 0.15 | 0.33 | 126.43 | 0.14 | 0.62 |
| Hex | 90 | AC | 93 | 10 | 0 | F | 21 | 7E | E | 3E |
| Octal | 220 | 254 | 223 | 20 | 0 | 17 | 41 | 176 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10010011 | 10000 | 0 | 1111 | 100001 | 1111110 | 1110 | 111110 |
Color Harmonies of #90AC93
Complementary color
Monochromatic Colors of #90AC93
Black with #90AC93
Text Example
Text Example
White with #90AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC93; }
p { color: rgb(144,172,147); }
H1.HeaderClassName
{
color: #90AC93;
}
.AnyTagClassName
{
color: #90AC93;
}
</style>
background-color css
<style>
a { background-color: #90AC93; }
a { background-color: rgb(144,172,147); }
div.DivClassName
{
background-color: #90AC93;
}
.BgClassName
{
background-color: #90AC93;
}
</style>
border-color css
<style>
span { border-color: #90AC93; }
span { border-color: rgb(144,172,147); }
td.TdClassName
{
border-color: #90AC93;
}
.TagClassName
{
border-color: #90AC93;
}
</style>