Shades of Envy #8AAC8A
Tints of Envy #8AAC8A
RGB
CMYK
RGB Variations
Color information
#8AAC8A (or 0x8AAC8A) is known color: Envy. HEX triplet: 8A, AC and 8A. RGB value is (138,172,138). Sum of RGB (Red+Green+Blue) = 138+172+138=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC8A is #755375. Grayscale: #9E9E9E. Windows color (decimal): -7689078 or 9088138. OLE color: 9088138.
HSL color Cylindrical-coordinate representation of color #8AAC8A: hue angle of 120º 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 #8AAC8A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 138 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.33 |
| HSL | 120º | 0.17% | 0.61% | - |
| HSV(B) | 120º | 0.2% | 0.67% | - |
| XYZ | 29.82 | 36.74 | 29.57 | - |
| YUV | 157.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 138 | 0.20 | 0 | 0.20 | 0.33 | 120 | 0.17 | 0.61 |
| Hex | 8A | AC | 8A | 14 | 0 | 14 | 21 | 78 | 11 | 3D |
| Octal | 212 | 254 | 212 | 24 | 0 | 24 | 41 | 170 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10001010 | 10100 | 0 | 10100 | 100001 | 1111000 | 10001 | 111101 |
Color Harmonies of #8AAC8A
Complementary color
Monochromatic Colors of #8AAC8A
Black with #8AAC8A
Text Example
Text Example
White with #8AAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC8A; }
p { color: rgb(138,172,138); }
H1.HeaderClassName
{
color: #8AAC8A;
}
.AnyTagClassName
{
color: #8AAC8A;
}
</style>
background-color css
<style>
a { background-color: #8AAC8A; }
a { background-color: rgb(138,172,138); }
div.DivClassName
{
background-color: #8AAC8A;
}
.BgClassName
{
background-color: #8AAC8A;
}
</style>
border-color css
<style>
span { border-color: #8AAC8A; }
span { border-color: rgb(138,172,138); }
td.TdClassName
{
border-color: #8AAC8A;
}
.TagClassName
{
border-color: #8AAC8A;
}
</style>