Shades of Envy #8CAE94
Tints of Envy #8CAE94
RGB
CMYK
RGB Variations
Color information
#8CAE94 (or 0x8CAE94) is known color: Envy. HEX triplet: 8C, AE and 94. RGB value is (140,174,148). Sum of RGB (Red+Green+Blue) = 140+174+148=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE94 is #73516B. Grayscale: #A0A0A0. Windows color (decimal): -7557484 or 9744012. OLE color: 9744012.
HSL color Cylindrical-coordinate representation of color #8CAE94: hue angle of 134.12º 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 #8CAE94 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 148 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.32 |
| HSL | 134.12º | 0.17% | 0.62% | - |
| HSV(B) | 134.12º | 0.2% | 0.68% | - |
| XYZ | 31.3 | 37.99 | 33.7 | - |
| YUV | 160.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 148 | 0.20 | 0 | 0.15 | 0.32 | 134.12 | 0.17 | 0.62 |
| Hex | 8C | AE | 94 | 14 | 0 | F | 20 | 86 | 11 | 3E |
| Octal | 214 | 256 | 224 | 24 | 0 | 17 | 40 | 206 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10010100 | 10100 | 0 | 1111 | 100000 | 10000110 | 10001 | 111110 |
Color Harmonies of #8CAE94
Complementary color
Monochromatic Colors of #8CAE94
Black with #8CAE94
Text Example
Text Example
White with #8CAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE94; }
p { color: rgb(140,174,148); }
H1.HeaderClassName
{
color: #8CAE94;
}
.AnyTagClassName
{
color: #8CAE94;
}
</style>
background-color css
<style>
a { background-color: #8CAE94; }
a { background-color: rgb(140,174,148); }
div.DivClassName
{
background-color: #8CAE94;
}
.BgClassName
{
background-color: #8CAE94;
}
</style>
border-color css
<style>
span { border-color: #8CAE94; }
span { border-color: rgb(140,174,148); }
td.TdClassName
{
border-color: #8CAE94;
}
.TagClassName
{
border-color: #8CAE94;
}
</style>