Shades of Envy #8AA490
Tints of Envy #8AA490
RGB
CMYK
RGB Variations
Color information
#8AA490 (or 0x8AA490) is known color: Envy. HEX triplet: 8A, A4 and 90. RGB value is (138,164,144). Sum of RGB (Red+Green+Blue) = 138+164+144=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA490 is #755B6F. Grayscale: #9A9A9A. Windows color (decimal): -7691120 or 9479306. OLE color: 9479306.
HSL color Cylindrical-coordinate representation of color #8AA490: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA490 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 144 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.36 |
| HSL | 133.85º | 0.13% | 0.59% | - |
| HSV(B) | 133.85º | 0.16% | 0.64% | - |
| XYZ | 28.79 | 33.97 | 31.42 | - |
| YUV | 153.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 144 | 0.16 | 0 | 0.12 | 0.36 | 133.85 | 0.13 | 0.59 |
| Hex | 8A | A4 | 90 | 10 | 0 | C | 24 | 86 | C | 3B |
| Octal | 212 | 244 | 220 | 20 | 0 | 14 | 44 | 206 | 14 | 73 |
| Binary | 10001010 | 10100100 | 10010000 | 10000 | 0 | 1100 | 100100 | 10000110 | 1100 | 111011 |
Color Harmonies of #8AA490
Complementary color
Monochromatic Colors of #8AA490
Black with #8AA490
Text Example
Text Example
White with #8AA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA490; }
p { color: rgb(138,164,144); }
H1.HeaderClassName
{
color: #8AA490;
}
.AnyTagClassName
{
color: #8AA490;
}
</style>
background-color css
<style>
a { background-color: #8AA490; }
a { background-color: rgb(138,164,144); }
div.DivClassName
{
background-color: #8AA490;
}
.BgClassName
{
background-color: #8AA490;
}
</style>
border-color css
<style>
span { border-color: #8AA490; }
span { border-color: rgb(138,164,144); }
td.TdClassName
{
border-color: #8AA490;
}
.TagClassName
{
border-color: #8AA490;
}
</style>