Shades of Envy #8AA28C
Tints of Envy #8AA28C
RGB
CMYK
RGB Variations
Color information
#8AA28C (or 0x8AA28C) is known color: Envy. HEX triplet: 8A, A2 and 8C. RGB value is (138,162,140). Sum of RGB (Red+Green+Blue) = 138+162+140=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA28C is #755D73. Grayscale: #989898. Windows color (decimal): -7691636 or 9216650. OLE color: 9216650.
HSL color Cylindrical-coordinate representation of color #8AA28C: hue angle of 125º 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 #8AA28C is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 140 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.36 |
| HSL | 125º | 0.11% | 0.59% | - |
| HSV(B) | 125º | 0.15% | 0.64% | - |
| XYZ | 28.14 | 33.14 | 29.72 | - |
| YUV | 152.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 140 | 0.15 | 0 | 0.14 | 0.36 | 125 | 0.11 | 0.59 |
| Hex | 8A | A2 | 8C | F | 0 | E | 24 | 7D | B | 3B |
| Octal | 212 | 242 | 214 | 17 | 0 | 16 | 44 | 175 | 13 | 73 |
| Binary | 10001010 | 10100010 | 10001100 | 1111 | 0 | 1110 | 100100 | 1111101 | 1011 | 111011 |
Color Harmonies of #8AA28C
Complementary color
Monochromatic Colors of #8AA28C
Black with #8AA28C
Text Example
Text Example
White with #8AA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA28C; }
p { color: rgb(138,162,140); }
H1.HeaderClassName
{
color: #8AA28C;
}
.AnyTagClassName
{
color: #8AA28C;
}
</style>
background-color css
<style>
a { background-color: #8AA28C; }
a { background-color: rgb(138,162,140); }
div.DivClassName
{
background-color: #8AA28C;
}
.BgClassName
{
background-color: #8AA28C;
}
</style>
border-color css
<style>
span { border-color: #8AA28C; }
span { border-color: rgb(138,162,140); }
td.TdClassName
{
border-color: #8AA28C;
}
.TagClassName
{
border-color: #8AA28C;
}
</style>