Shades of Envy #8AAD90
Tints of Envy #8AAD90
RGB
CMYK
RGB Variations
Color information
#8AAD90 (or 0x8AAD90) is known color: Envy. HEX triplet: 8A, AD and 90. RGB value is (138,173,144). Sum of RGB (Red+Green+Blue) = 138+173+144=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAD90 is #75526F. Grayscale: #9F9F9F. Windows color (decimal): -7688816 or 9481610. OLE color: 9481610.
HSL color Cylindrical-coordinate representation of color #8AAD90: hue angle of 130.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAD90 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 144 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.32 |
| HSL | 130.29º | 0.18% | 0.61% | - |
| HSV(B) | 130.29º | 0.2% | 0.68% | - |
| XYZ | 30.46 | 37.3 | 31.98 | - |
| YUV | 159.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 144 | 0.20 | 0 | 0.17 | 0.32 | 130.29 | 0.18 | 0.61 |
| Hex | 8A | AD | 90 | 14 | 0 | 11 | 20 | 82 | 12 | 3D |
| Octal | 212 | 255 | 220 | 24 | 0 | 21 | 40 | 202 | 22 | 75 |
| Binary | 10001010 | 10101101 | 10010000 | 10100 | 0 | 10001 | 100000 | 10000010 | 10010 | 111101 |
Color Harmonies of #8AAD90
Complementary color
Monochromatic Colors of #8AAD90
Black with #8AAD90
Text Example
Text Example
White with #8AAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD90; }
p { color: rgb(138,173,144); }
H1.HeaderClassName
{
color: #8AAD90;
}
.AnyTagClassName
{
color: #8AAD90;
}
</style>
background-color css
<style>
a { background-color: #8AAD90; }
a { background-color: rgb(138,173,144); }
div.DivClassName
{
background-color: #8AAD90;
}
.BgClassName
{
background-color: #8AAD90;
}
</style>
border-color css
<style>
span { border-color: #8AAD90; }
span { border-color: rgb(138,173,144); }
td.TdClassName
{
border-color: #8AAD90;
}
.TagClassName
{
border-color: #8AAD90;
}
</style>