Shades of Envy #8FAF93
Tints of Envy #8FAF93
RGB
CMYK
RGB Variations
Color information
#8FAF93 (or 0x8FAF93) is known color: Envy. HEX triplet: 8F, AF and 93. RGB value is (143,175,147). Sum of RGB (Red+Green+Blue) = 143+175+147=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF93 is #70506C. Grayscale: #A2A2A2. Windows color (decimal): -7360621 or 9678735. OLE color: 9678735.
HSL color Cylindrical-coordinate representation of color #8FAF93: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAF93 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 147 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.31 |
| HSL | 127.5º | 0.17% | 0.62% | - |
| HSV(B) | 127.5º | 0.18% | 0.69% | - |
| XYZ | 31.92 | 38.61 | 33.37 | - |
| YUV | 162.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 147 | 0.18 | 0 | 0.16 | 0.31 | 127.5 | 0.17 | 0.62 |
| Hex | 8F | AF | 93 | 12 | 0 | 10 | 1F | 80 | 11 | 3E |
| Octal | 217 | 257 | 223 | 22 | 0 | 20 | 37 | 200 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10010011 | 10010 | 0 | 10000 | 11111 | 10000000 | 10001 | 111110 |
Color Harmonies of #8FAF93
Complementary color
Monochromatic Colors of #8FAF93
Black with #8FAF93
Text Example
Text Example
White with #8FAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF93; }
p { color: rgb(143,175,147); }
H1.HeaderClassName
{
color: #8FAF93;
}
.AnyTagClassName
{
color: #8FAF93;
}
</style>
background-color css
<style>
a { background-color: #8FAF93; }
a { background-color: rgb(143,175,147); }
div.DivClassName
{
background-color: #8FAF93;
}
.BgClassName
{
background-color: #8FAF93;
}
</style>
border-color css
<style>
span { border-color: #8FAF93; }
span { border-color: rgb(143,175,147); }
td.TdClassName
{
border-color: #8FAF93;
}
.TagClassName
{
border-color: #8FAF93;
}
</style>