Shades of Envy #8FAC93
Tints of Envy #8FAC93
RGB
CMYK
RGB Variations
Color information
#8FAC93 (or 0x8FAC93) is known color: Envy. HEX triplet: 8F, AC and 93. RGB value is (143,172,147). Sum of RGB (Red+Green+Blue) = 143+172+147=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC93 is #70536C. Grayscale: #A0A0A0. Windows color (decimal): -7361389 or 9677967. OLE color: 9677967.
HSL color Cylindrical-coordinate representation of color #8FAC93: hue angle of 128.28º 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 #8FAC93 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 147 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.33 |
| HSL | 128.28º | 0.15% | 0.62% | - |
| HSV(B) | 128.28º | 0.17% | 0.67% | - |
| XYZ | 31.35 | 37.45 | 33.18 | - |
| YUV | 160.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 147 | 0.17 | 0 | 0.15 | 0.33 | 128.28 | 0.15 | 0.62 |
| Hex | 8F | AC | 93 | 11 | 0 | F | 21 | 80 | F | 3E |
| Octal | 217 | 254 | 223 | 21 | 0 | 17 | 41 | 200 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10010011 | 10001 | 0 | 1111 | 100001 | 10000000 | 1111 | 111110 |
Color Harmonies of #8FAC93
Complementary color
Monochromatic Colors of #8FAC93
Black with #8FAC93
Text Example
Text Example
White with #8FAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC93; }
p { color: rgb(143,172,147); }
H1.HeaderClassName
{
color: #8FAC93;
}
.AnyTagClassName
{
color: #8FAC93;
}
</style>
background-color css
<style>
a { background-color: #8FAC93; }
a { background-color: rgb(143,172,147); }
div.DivClassName
{
background-color: #8FAC93;
}
.BgClassName
{
background-color: #8FAC93;
}
</style>
border-color css
<style>
span { border-color: #8FAC93; }
span { border-color: rgb(143,172,147); }
td.TdClassName
{
border-color: #8FAC93;
}
.TagClassName
{
border-color: #8FAC93;
}
</style>