Shades of Envy #8CAE93
Tints of Envy #8CAE93
RGB
CMYK
RGB Variations
Color information
#8CAE93 (or 0x8CAE93) is known color: Envy. HEX triplet: 8C, AE and 93. RGB value is (140,174,147). Sum of RGB (Red+Green+Blue) = 140+174+147=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE93 is #73516C. Grayscale: #A0A0A0. Windows color (decimal): -7557485 or 9678476. OLE color: 9678476.
HSL color Cylindrical-coordinate representation of color #8CAE93: hue angle of 132.35º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAE93 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 147 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.32 |
| HSL | 132.35º | 0.17% | 0.62% | - |
| HSV(B) | 132.35º | 0.2% | 0.68% | - |
| XYZ | 31.22 | 37.95 | 33.28 | - |
| YUV | 160.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 147 | 0.20 | 0 | 0.16 | 0.32 | 132.35 | 0.17 | 0.62 |
| Hex | 8C | AE | 93 | 14 | 0 | 10 | 20 | 84 | 11 | 3E |
| Octal | 214 | 256 | 223 | 24 | 0 | 20 | 40 | 204 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10010011 | 10100 | 0 | 10000 | 100000 | 10000100 | 10001 | 111110 |
Color Harmonies of #8CAE93
Complementary color
Monochromatic Colors of #8CAE93
Black with #8CAE93
Text Example
Text Example
White with #8CAE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE93; }
p { color: rgb(140,174,147); }
H1.HeaderClassName
{
color: #8CAE93;
}
.AnyTagClassName
{
color: #8CAE93;
}
</style>
background-color css
<style>
a { background-color: #8CAE93; }
a { background-color: rgb(140,174,147); }
div.DivClassName
{
background-color: #8CAE93;
}
.BgClassName
{
background-color: #8CAE93;
}
</style>
border-color css
<style>
span { border-color: #8CAE93; }
span { border-color: rgb(140,174,147); }
td.TdClassName
{
border-color: #8CAE93;
}
.TagClassName
{
border-color: #8CAE93;
}
</style>