Shades of Envy #8AAC90
Tints of Envy #8AAC90
RGB
CMYK
RGB Variations
Color information
#8AAC90 (or 0x8AAC90) is known color: Envy. HEX triplet: 8A, AC and 90. RGB value is (138,172,144). Sum of RGB (Red+Green+Blue) = 138+172+144=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC90 is #75536F. Grayscale: #9E9E9E. Windows color (decimal): -7689072 or 9481354. OLE color: 9481354.
HSL color Cylindrical-coordinate representation of color #8AAC90: hue angle of 130.59º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAC90 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 144 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.33 |
| HSL | 130.59º | 0.17% | 0.61% | - |
| HSV(B) | 130.59º | 0.2% | 0.67% | - |
| XYZ | 30.27 | 36.92 | 31.92 | - |
| YUV | 158.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 144 | 0.20 | 0 | 0.16 | 0.33 | 130.59 | 0.17 | 0.61 |
| Hex | 8A | AC | 90 | 14 | 0 | 10 | 21 | 83 | 11 | 3D |
| Octal | 212 | 254 | 220 | 24 | 0 | 20 | 41 | 203 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10010000 | 10100 | 0 | 10000 | 100001 | 10000011 | 10001 | 111101 |
Color Harmonies of #8AAC90
Complementary color
Monochromatic Colors of #8AAC90
Black with #8AAC90
Text Example
Text Example
White with #8AAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC90; }
p { color: rgb(138,172,144); }
H1.HeaderClassName
{
color: #8AAC90;
}
.AnyTagClassName
{
color: #8AAC90;
}
</style>
background-color css
<style>
a { background-color: #8AAC90; }
a { background-color: rgb(138,172,144); }
div.DivClassName
{
background-color: #8AAC90;
}
.BgClassName
{
background-color: #8AAC90;
}
</style>
border-color css
<style>
span { border-color: #8AAC90; }
span { border-color: rgb(138,172,144); }
td.TdClassName
{
border-color: #8AAC90;
}
.TagClassName
{
border-color: #8AAC90;
}
</style>