Shades of Envy #8FAD94
Tints of Envy #8FAD94
RGB
CMYK
RGB Variations
Color information
#8FAD94 (or 0x8FAD94) is known color: Envy. HEX triplet: 8F, AD and 94. RGB value is (143,173,148). Sum of RGB (Red+Green+Blue) = 143+173+148=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD94 is #70526B. Grayscale: #A1A1A1. Windows color (decimal): -7361132 or 9743759. OLE color: 9743759.
HSL color Cylindrical-coordinate representation of color #8FAD94: hue angle of 130º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAD94 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 148 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.32 |
| HSL | 130º | 0.15% | 0.62% | - |
| HSV(B) | 130º | 0.17% | 0.68% | - |
| XYZ | 31.62 | 37.86 | 33.66 | - |
| YUV | 161.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 148 | 0.17 | 0 | 0.14 | 0.32 | 130 | 0.15 | 0.62 |
| Hex | 8F | AD | 94 | 11 | 0 | E | 20 | 82 | F | 3E |
| Octal | 217 | 255 | 224 | 21 | 0 | 16 | 40 | 202 | 17 | 76 |
| Binary | 10001111 | 10101101 | 10010100 | 10001 | 0 | 1110 | 100000 | 10000010 | 1111 | 111110 |
Color Harmonies of #8FAD94
Complementary color
Monochromatic Colors of #8FAD94
Black with #8FAD94
Text Example
Text Example
White with #8FAD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD94; }
p { color: rgb(143,173,148); }
H1.HeaderClassName
{
color: #8FAD94;
}
.AnyTagClassName
{
color: #8FAD94;
}
</style>
background-color css
<style>
a { background-color: #8FAD94; }
a { background-color: rgb(143,173,148); }
div.DivClassName
{
background-color: #8FAD94;
}
.BgClassName
{
background-color: #8FAD94;
}
</style>
border-color css
<style>
span { border-color: #8FAD94; }
span { border-color: rgb(143,173,148); }
td.TdClassName
{
border-color: #8FAD94;
}
.TagClassName
{
border-color: #8FAD94;
}
</style>