Shades of Envy #8CAF90
Tints of Envy #8CAF90
RGB
CMYK
RGB Variations
Color information
#8CAF90 (or 0x8CAF90) is known color: Envy. HEX triplet: 8C, AF and 90. RGB value is (140,175,144). Sum of RGB (Red+Green+Blue) = 140+175+144=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF90 is #73506F. Grayscale: #A1A1A1. Windows color (decimal): -7557232 or 9482124. OLE color: 9482124.
HSL color Cylindrical-coordinate representation of color #8CAF90: hue angle of 126.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF90 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 144 | - |
| CMYK | 0.2 | 0 | 0.18 | 0.31 |
| HSL | 126.86º | 0.18% | 0.62% | - |
| HSV(B) | 126.86º | 0.2% | 0.69% | - |
| XYZ | 31.18 | 38.25 | 32.13 | - |
| YUV | 161 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 144 | 0.2 | 0 | 0.18 | 0.31 | 126.86 | 0.18 | 0.62 |
| Hex | 8C | AF | 90 | 14 | 0 | 12 | 1F | 7F | 12 | 3E |
| Octal | 214 | 257 | 220 | 24 | 0 | 22 | 37 | 177 | 22 | 76 |
| Binary | 10001100 | 10101111 | 10010000 | 10100 | 0 | 10010 | 11111 | 1111111 | 10010 | 111110 |
Color Harmonies of #8CAF90
Complementary color
Monochromatic Colors of #8CAF90
Black with #8CAF90
Text Example
Text Example
White with #8CAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF90; }
p { color: rgb(140,175,144); }
H1.HeaderClassName
{
color: #8CAF90;
}
.AnyTagClassName
{
color: #8CAF90;
}
</style>
background-color css
<style>
a { background-color: #8CAF90; }
a { background-color: rgb(140,175,144); }
div.DivClassName
{
background-color: #8CAF90;
}
.BgClassName
{
background-color: #8CAF90;
}
</style>
border-color css
<style>
span { border-color: #8CAF90; }
span { border-color: rgb(140,175,144); }
td.TdClassName
{
border-color: #8CAF90;
}
.TagClassName
{
border-color: #8CAF90;
}
</style>