Shades of Envy #8CAA90
Tints of Envy #8CAA90
RGB
CMYK
RGB Variations
Color information
#8CAA90 (or 0x8CAA90) is known color: Envy. HEX triplet: 8C, AA and 90. RGB value is (140,170,144). Sum of RGB (Red+Green+Blue) = 140+170+144=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA90 is #73556F. Grayscale: #9E9E9E. Windows color (decimal): -7558512 or 9480844. OLE color: 9480844.
HSL color Cylindrical-coordinate representation of color #8CAA90: hue angle of 128º degrees, saturation: 0.15, 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 #8CAA90 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 144 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.33 |
| HSL | 128º | 0.15% | 0.61% | - |
| HSV(B) | 128º | 0.18% | 0.67% | - |
| XYZ | 30.22 | 36.34 | 31.81 | - |
| YUV | 158.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 144 | 0.18 | 0 | 0.15 | 0.33 | 128 | 0.15 | 0.61 |
| Hex | 8C | AA | 90 | 12 | 0 | F | 21 | 80 | F | 3D |
| Octal | 214 | 252 | 220 | 22 | 0 | 17 | 41 | 200 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10010000 | 10010 | 0 | 1111 | 100001 | 10000000 | 1111 | 111101 |
Color Harmonies of #8CAA90
Complementary color
Monochromatic Colors of #8CAA90
Black with #8CAA90
Text Example
Text Example
White with #8CAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA90; }
p { color: rgb(140,170,144); }
H1.HeaderClassName
{
color: #8CAA90;
}
.AnyTagClassName
{
color: #8CAA90;
}
</style>
background-color css
<style>
a { background-color: #8CAA90; }
a { background-color: rgb(140,170,144); }
div.DivClassName
{
background-color: #8CAA90;
}
.BgClassName
{
background-color: #8CAA90;
}
</style>
border-color css
<style>
span { border-color: #8CAA90; }
span { border-color: rgb(140,170,144); }
td.TdClassName
{
border-color: #8CAA90;
}
.TagClassName
{
border-color: #8CAA90;
}
</style>