Shades of Envy #8FAA94
Tints of Envy #8FAA94
RGB
CMYK
RGB Variations
Color information
#8FAA94 (or 0x8FAA94) is known color: Envy. HEX triplet: 8F, AA and 94. RGB value is (143,170,148). Sum of RGB (Red+Green+Blue) = 143+170+148=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA94 is #70556B. Grayscale: #9F9F9F. Windows color (decimal): -7361900 or 9742991. OLE color: 9742991.
HSL color Cylindrical-coordinate representation of color #8FAA94: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAA94 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 148 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.33 |
| HSL | 131.11º | 0.14% | 0.61% | - |
| HSV(B) | 131.11º | 0.16% | 0.67% | - |
| XYZ | 31.05 | 36.73 | 33.47 | - |
| YUV | 159.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 148 | 0.16 | 0 | 0.13 | 0.33 | 131.11 | 0.14 | 0.61 |
| Hex | 8F | AA | 94 | 10 | 0 | D | 21 | 83 | E | 3D |
| Octal | 217 | 252 | 224 | 20 | 0 | 15 | 41 | 203 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10010100 | 10000 | 0 | 1101 | 100001 | 10000011 | 1110 | 111101 |
Color Harmonies of #8FAA94
Complementary color
Monochromatic Colors of #8FAA94
Black with #8FAA94
Text Example
Text Example
White with #8FAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA94; }
p { color: rgb(143,170,148); }
H1.HeaderClassName
{
color: #8FAA94;
}
.AnyTagClassName
{
color: #8FAA94;
}
</style>
background-color css
<style>
a { background-color: #8FAA94; }
a { background-color: rgb(143,170,148); }
div.DivClassName
{
background-color: #8FAA94;
}
.BgClassName
{
background-color: #8FAA94;
}
</style>
border-color css
<style>
span { border-color: #8FAA94; }
span { border-color: rgb(143,170,148); }
td.TdClassName
{
border-color: #8FAA94;
}
.TagClassName
{
border-color: #8FAA94;
}
</style>