Shades of Envy #8FAC95
Tints of Envy #8FAC95
RGB
CMYK
RGB Variations
Color information
#8FAC95 (or 0x8FAC95) is known color: Envy. HEX triplet: 8F, AC and 95. RGB value is (143,172,149). Sum of RGB (Red+Green+Blue) = 143+172+149=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC95 is #70536A. Grayscale: #A0A0A0. Windows color (decimal): -7361387 or 9809039. OLE color: 9809039.
HSL color Cylindrical-coordinate representation of color #8FAC95: hue angle of 132.41º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC95 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 149 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.33 |
| HSL | 132.41º | 0.15% | 0.62% | - |
| HSV(B) | 132.41º | 0.17% | 0.67% | - |
| XYZ | 31.51 | 37.51 | 34.01 | - |
| YUV | 160.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 149 | 0.17 | 0 | 0.13 | 0.33 | 132.41 | 0.15 | 0.62 |
| Hex | 8F | AC | 95 | 11 | 0 | D | 21 | 84 | F | 3E |
| Octal | 217 | 254 | 225 | 21 | 0 | 15 | 41 | 204 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10010101 | 10001 | 0 | 1101 | 100001 | 10000100 | 1111 | 111110 |
Color Harmonies of #8FAC95
Complementary color
Monochromatic Colors of #8FAC95
Black with #8FAC95
Text Example
Text Example
White with #8FAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC95; }
p { color: rgb(143,172,149); }
H1.HeaderClassName
{
color: #8FAC95;
}
.AnyTagClassName
{
color: #8FAC95;
}
</style>
background-color css
<style>
a { background-color: #8FAC95; }
a { background-color: rgb(143,172,149); }
div.DivClassName
{
background-color: #8FAC95;
}
.BgClassName
{
background-color: #8FAC95;
}
</style>
border-color css
<style>
span { border-color: #8FAC95; }
span { border-color: rgb(143,172,149); }
td.TdClassName
{
border-color: #8FAC95;
}
.TagClassName
{
border-color: #8FAC95;
}
</style>