Shades of Amulet #8EA17F
Tints of Amulet #8EA17F
RGB
CMYK
RGB Variations
Color information
#8EA17F (or 0x8EA17F) is known color: Amulet. HEX triplet: 8E, A1 and 7F. RGB value is (142,161,127). Sum of RGB (Red+Green+Blue) = 142+161+127=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA17F is #715E80. Grayscale: #979797. Windows color (decimal): -7429761 or 8364430. OLE color: 8364430.
HSL color Cylindrical-coordinate representation of color #8EA17F: hue angle of 93.53º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA17F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 127 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.37 |
| HSL | 93.53º | 0.15% | 0.56% | - |
| HSV(B) | 93.53º | 0.21% | 0.63% | - |
| XYZ | 27.73 | 32.77 | 24.94 | - |
| YUV | 151.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 127 | 0.12 | 0 | 0.21 | 0.37 | 93.53 | 0.15 | 0.56 |
| Hex | 8E | A1 | 7F | C | 0 | 15 | 25 | 5E | F | 38 |
| Octal | 216 | 241 | 177 | 14 | 0 | 25 | 45 | 136 | 17 | 70 |
| Binary | 10001110 | 10100001 | 1111111 | 1100 | 0 | 10101 | 100101 | 1011110 | 1111 | 111000 |
Color Harmonies of #8EA17F
Complementary color
Monochromatic Colors of #8EA17F
Black with #8EA17F
Text Example
Text Example
White with #8EA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA17F; }
p { color: rgb(142,161,127); }
H1.HeaderClassName
{
color: #8EA17F;
}
.AnyTagClassName
{
color: #8EA17F;
}
</style>
background-color css
<style>
a { background-color: #8EA17F; }
a { background-color: rgb(142,161,127); }
div.DivClassName
{
background-color: #8EA17F;
}
.BgClassName
{
background-color: #8EA17F;
}
</style>
border-color css
<style>
span { border-color: #8EA17F; }
span { border-color: rgb(142,161,127); }
td.TdClassName
{
border-color: #8EA17F;
}
.TagClassName
{
border-color: #8EA17F;
}
</style>