Shades of Envy #8FAE91
Tints of Envy #8FAE91
RGB
CMYK
RGB Variations
Color information
#8FAE91 (or 0x8FAE91) is known color: Envy. HEX triplet: 8F, AE and 91. RGB value is (143,174,145). Sum of RGB (Red+Green+Blue) = 143+174+145=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAE91 is #70516E. Grayscale: #A1A1A1. Windows color (decimal): -7360879 or 9547407. OLE color: 9547407.
HSL color Cylindrical-coordinate representation of color #8FAE91: hue angle of 123.87º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAE91 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 145 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.32 |
| HSL | 123.87º | 0.16% | 0.62% | - |
| HSV(B) | 123.87º | 0.18% | 0.68% | - |
| XYZ | 31.57 | 38.16 | 32.49 | - |
| YUV | 161.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 145 | 0.18 | 0 | 0.17 | 0.32 | 123.87 | 0.16 | 0.62 |
| Hex | 8F | AE | 91 | 12 | 0 | 11 | 20 | 7C | 10 | 3E |
| Octal | 217 | 256 | 221 | 22 | 0 | 21 | 40 | 174 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10010001 | 10010 | 0 | 10001 | 100000 | 1111100 | 10000 | 111110 |
Color Harmonies of #8FAE91
Complementary color
Monochromatic Colors of #8FAE91
Black with #8FAE91
Text Example
Text Example
White with #8FAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE91; }
p { color: rgb(143,174,145); }
H1.HeaderClassName
{
color: #8FAE91;
}
.AnyTagClassName
{
color: #8FAE91;
}
</style>
background-color css
<style>
a { background-color: #8FAE91; }
a { background-color: rgb(143,174,145); }
div.DivClassName
{
background-color: #8FAE91;
}
.BgClassName
{
background-color: #8FAE91;
}
</style>
border-color css
<style>
span { border-color: #8FAE91; }
span { border-color: rgb(143,174,145); }
td.TdClassName
{
border-color: #8FAE91;
}
.TagClassName
{
border-color: #8FAE91;
}
</style>