Shades of Envy #90AE93
Tints of Envy #90AE93
RGB
CMYK
RGB Variations
Color information
#90AE93 (or 0x90AE93) is known color: Envy. HEX triplet: 90, AE and 93. RGB value is (144,174,147). Sum of RGB (Red+Green+Blue) = 144+174+147=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AE93 is #6F516C. Grayscale: #A2A2A2. Windows color (decimal): -7295341 or 9678480. OLE color: 9678480.
HSL color Cylindrical-coordinate representation of color #90AE93: hue angle of 126º degrees, saturation: 0.16, 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 #90AE93 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 147 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.32 |
| HSL | 126º | 0.16% | 0.62% | - |
| HSV(B) | 126º | 0.17% | 0.68% | - |
| XYZ | 31.9 | 38.31 | 33.32 | - |
| YUV | 161.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 147 | 0.17 | 0 | 0.16 | 0.32 | 126 | 0.16 | 0.62 |
| Hex | 90 | AE | 93 | 11 | 0 | 10 | 20 | 7E | 10 | 3E |
| Octal | 220 | 256 | 223 | 21 | 0 | 20 | 40 | 176 | 20 | 76 |
| Binary | 10010000 | 10101110 | 10010011 | 10001 | 0 | 10000 | 100000 | 1111110 | 10000 | 111110 |
Color Harmonies of #90AE93
Complementary color
Monochromatic Colors of #90AE93
Black with #90AE93
Text Example
Text Example
White with #90AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AE93; }
p { color: rgb(144,174,147); }
H1.HeaderClassName
{
color: #90AE93;
}
.AnyTagClassName
{
color: #90AE93;
}
</style>
background-color css
<style>
a { background-color: #90AE93; }
a { background-color: rgb(144,174,147); }
div.DivClassName
{
background-color: #90AE93;
}
.BgClassName
{
background-color: #90AE93;
}
</style>
border-color css
<style>
span { border-color: #90AE93; }
span { border-color: rgb(144,174,147); }
td.TdClassName
{
border-color: #90AE93;
}
.TagClassName
{
border-color: #90AE93;
}
</style>