Shades of Envy #8FAE92
Tints of Envy #8FAE92
RGB
CMYK
RGB Variations
Color information
#8FAE92 (or 0x8FAE92) is known color: Envy. HEX triplet: 8F, AE and 92. RGB value is (143,174,146). Sum of RGB (Red+Green+Blue) = 143+174+146=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAE92 is #70516D. Grayscale: #A1A1A1. Windows color (decimal): -7360878 or 9612943. OLE color: 9612943.
HSL color Cylindrical-coordinate representation of color #8FAE92: hue angle of 125.81º 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 #8FAE92 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 146 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.32 |
| HSL | 125.81º | 0.16% | 0.62% | - |
| HSV(B) | 125.81º | 0.18% | 0.68% | - |
| XYZ | 31.65 | 38.19 | 32.9 | - |
| YUV | 161.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 146 | 0.18 | 0 | 0.16 | 0.32 | 125.81 | 0.16 | 0.62 |
| Hex | 8F | AE | 92 | 12 | 0 | 10 | 20 | 7E | 10 | 3E |
| Octal | 217 | 256 | 222 | 22 | 0 | 20 | 40 | 176 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10010010 | 10010 | 0 | 10000 | 100000 | 1111110 | 10000 | 111110 |
Color Harmonies of #8FAE92
Complementary color
Monochromatic Colors of #8FAE92
Black with #8FAE92
Text Example
Text Example
White with #8FAE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE92; }
p { color: rgb(143,174,146); }
H1.HeaderClassName
{
color: #8FAE92;
}
.AnyTagClassName
{
color: #8FAE92;
}
</style>
background-color css
<style>
a { background-color: #8FAE92; }
a { background-color: rgb(143,174,146); }
div.DivClassName
{
background-color: #8FAE92;
}
.BgClassName
{
background-color: #8FAE92;
}
</style>
border-color css
<style>
span { border-color: #8FAE92; }
span { border-color: rgb(143,174,146); }
td.TdClassName
{
border-color: #8FAE92;
}
.TagClassName
{
border-color: #8FAE92;
}
</style>