Shades of Envy #8AA28F
Tints of Envy #8AA28F
RGB
CMYK
RGB Variations
Color information
#8AA28F (or 0x8AA28F) is known color: Envy. HEX triplet: 8A, A2 and 8F. RGB value is (138,162,143). Sum of RGB (Red+Green+Blue) = 138+162+143=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA28F is #755D70. Grayscale: #989898. Windows color (decimal): -7691633 or 9413258. OLE color: 9413258.
HSL color Cylindrical-coordinate representation of color #8AA28F: hue angle of 132.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA28F is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 143 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.36 |
| HSL | 132.5º | 0.11% | 0.59% | - |
| HSV(B) | 132.5º | 0.15% | 0.64% | - |
| XYZ | 28.36 | 33.23 | 30.91 | - |
| YUV | 152.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 143 | 0.15 | 0 | 0.12 | 0.36 | 132.5 | 0.11 | 0.59 |
| Hex | 8A | A2 | 8F | F | 0 | C | 24 | 84 | B | 3B |
| Octal | 212 | 242 | 217 | 17 | 0 | 14 | 44 | 204 | 13 | 73 |
| Binary | 10001010 | 10100010 | 10001111 | 1111 | 0 | 1100 | 100100 | 10000100 | 1011 | 111011 |
Color Harmonies of #8AA28F
Complementary color
Monochromatic Colors of #8AA28F
Black with #8AA28F
Text Example
Text Example
White with #8AA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA28F; }
p { color: rgb(138,162,143); }
H1.HeaderClassName
{
color: #8AA28F;
}
.AnyTagClassName
{
color: #8AA28F;
}
</style>
background-color css
<style>
a { background-color: #8AA28F; }
a { background-color: rgb(138,162,143); }
div.DivClassName
{
background-color: #8AA28F;
}
.BgClassName
{
background-color: #8AA28F;
}
</style>
border-color css
<style>
span { border-color: #8AA28F; }
span { border-color: rgb(138,162,143); }
td.TdClassName
{
border-color: #8AA28F;
}
.TagClassName
{
border-color: #8AA28F;
}
</style>