Shades of Envy #8AB28E
Tints of Envy #8AB28E
RGB
CMYK
RGB Variations
Color information
#8AB28E (or 0x8AB28E) is known color: Envy. HEX triplet: 8A, B2 and 8E. RGB value is (138,178,142). Sum of RGB (Red+Green+Blue) = 138+178+142=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB28E is #754D71. Grayscale: #A2A2A2. Windows color (decimal): -7687538 or 9351818. OLE color: 9351818.
HSL color Cylindrical-coordinate representation of color #8AB28E: hue angle of 126º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB28E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 142 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.30 |
| HSL | 126º | 0.21% | 0.62% | - |
| HSV(B) | 126º | 0.22% | 0.7% | - |
| XYZ | 31.28 | 39.2 | 31.51 | - |
| YUV | 161.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 142 | 0.22 | 0 | 0.20 | 0.30 | 126 | 0.21 | 0.62 |
| Hex | 8A | B2 | 8E | 16 | 0 | 14 | 1E | 7E | 15 | 3E |
| Octal | 212 | 262 | 216 | 26 | 0 | 24 | 36 | 176 | 25 | 76 |
| Binary | 10001010 | 10110010 | 10001110 | 10110 | 0 | 10100 | 11110 | 1111110 | 10101 | 111110 |
Color Harmonies of #8AB28E
Complementary color
Monochromatic Colors of #8AB28E
Black with #8AB28E
Text Example
Text Example
White with #8AB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB28E; }
p { color: rgb(138,178,142); }
H1.HeaderClassName
{
color: #8AB28E;
}
.AnyTagClassName
{
color: #8AB28E;
}
</style>
background-color css
<style>
a { background-color: #8AB28E; }
a { background-color: rgb(138,178,142); }
div.DivClassName
{
background-color: #8AB28E;
}
.BgClassName
{
background-color: #8AB28E;
}
</style>
border-color css
<style>
span { border-color: #8AB28E; }
span { border-color: rgb(138,178,142); }
td.TdClassName
{
border-color: #8AB28E;
}
.TagClassName
{
border-color: #8AB28E;
}
</style>