Shades of Amulet #8EA17C
Tints of Amulet #8EA17C
RGB
CMYK
RGB Variations
Color information
#8EA17C (or 0x8EA17C) is known color: Amulet. HEX triplet: 8E, A1 and 7C. RGB value is (142,161,124). Sum of RGB (Red+Green+Blue) = 142+161+124=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA17C is #715E83. Grayscale: #979797. Windows color (decimal): -7429764 or 8167822. OLE color: 8167822.
HSL color Cylindrical-coordinate representation of color #8EA17C: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EA17C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 124 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.37 |
| HSL | 90.81º | 0.16% | 0.56% | - |
| HSV(B) | 90.81º | 0.23% | 0.63% | - |
| XYZ | 27.54 | 32.7 | 23.93 | - |
| YUV | 151.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 124 | 0.12 | 0 | 0.23 | 0.37 | 90.81 | 0.16 | 0.56 |
| Hex | 8E | A1 | 7C | C | 0 | 17 | 25 | 5B | 10 | 38 |
| Octal | 216 | 241 | 174 | 14 | 0 | 27 | 45 | 133 | 20 | 70 |
| Binary | 10001110 | 10100001 | 1111100 | 1100 | 0 | 10111 | 100101 | 1011011 | 10000 | 111000 |
Color Harmonies of #8EA17C
Complementary color
Monochromatic Colors of #8EA17C
Black with #8EA17C
Text Example
Text Example
White with #8EA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA17C; }
p { color: rgb(142,161,124); }
H1.HeaderClassName
{
color: #8EA17C;
}
.AnyTagClassName
{
color: #8EA17C;
}
</style>
background-color css
<style>
a { background-color: #8EA17C; }
a { background-color: rgb(142,161,124); }
div.DivClassName
{
background-color: #8EA17C;
}
.BgClassName
{
background-color: #8EA17C;
}
</style>
border-color css
<style>
span { border-color: #8EA17C; }
span { border-color: rgb(142,161,124); }
td.TdClassName
{
border-color: #8EA17C;
}
.TagClassName
{
border-color: #8EA17C;
}
</style>