Shades of Envy #8DAC94
Tints of Envy #8DAC94
RGB
CMYK
RGB Variations
Color information
#8DAC94 (or 0x8DAC94) is known color: Envy. HEX triplet: 8D, AC and 94. RGB value is (141,172,148). Sum of RGB (Red+Green+Blue) = 141+172+148=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAC94 is #72536B. Grayscale: #A0A0A0. Windows color (decimal): -7492460 or 9743501. OLE color: 9743501.
HSL color Cylindrical-coordinate representation of color #8DAC94: hue angle of 133.55º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAC94 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 148 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.33 |
| HSL | 133.55º | 0.16% | 0.61% | - |
| HSV(B) | 133.55º | 0.18% | 0.67% | - |
| XYZ | 31.08 | 37.31 | 33.58 | - |
| YUV | 160 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 148 | 0.18 | 0 | 0.14 | 0.33 | 133.55 | 0.16 | 0.61 |
| Hex | 8D | AC | 94 | 12 | 0 | E | 21 | 86 | 10 | 3D |
| Octal | 215 | 254 | 224 | 22 | 0 | 16 | 41 | 206 | 20 | 75 |
| Binary | 10001101 | 10101100 | 10010100 | 10010 | 0 | 1110 | 100001 | 10000110 | 10000 | 111101 |
Color Harmonies of #8DAC94
Complementary color
Monochromatic Colors of #8DAC94
Black with #8DAC94
Text Example
Text Example
White with #8DAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC94; }
p { color: rgb(141,172,148); }
H1.HeaderClassName
{
color: #8DAC94;
}
.AnyTagClassName
{
color: #8DAC94;
}
</style>
background-color css
<style>
a { background-color: #8DAC94; }
a { background-color: rgb(141,172,148); }
div.DivClassName
{
background-color: #8DAC94;
}
.BgClassName
{
background-color: #8DAC94;
}
</style>
border-color css
<style>
span { border-color: #8DAC94; }
span { border-color: rgb(141,172,148); }
td.TdClassName
{
border-color: #8DAC94;
}
.TagClassName
{
border-color: #8DAC94;
}
</style>