Shades of Amulet #8EA27F
Tints of Amulet #8EA27F
RGB
CMYK
RGB Variations
Color information
#8EA27F (or 0x8EA27F) is known color: Amulet. HEX triplet: 8E, A2 and 7F. RGB value is (142,162,127). Sum of RGB (Red+Green+Blue) = 142+162+127=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA27F is #715D80. Grayscale: #989898. Windows color (decimal): -7429505 or 8364686. OLE color: 8364686.
HSL color Cylindrical-coordinate representation of color #8EA27F: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EA27F is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 127 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.36 |
| HSL | 94.29º | 0.16% | 0.57% | - |
| HSV(B) | 94.29º | 0.22% | 0.64% | - |
| XYZ | 27.91 | 33.12 | 25 | - |
| YUV | 152.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 127 | 0.12 | 0 | 0.22 | 0.36 | 94.29 | 0.16 | 0.57 |
| Hex | 8E | A2 | 7F | C | 0 | 16 | 24 | 5E | 10 | 39 |
| Octal | 216 | 242 | 177 | 14 | 0 | 26 | 44 | 136 | 20 | 71 |
| Binary | 10001110 | 10100010 | 1111111 | 1100 | 0 | 10110 | 100100 | 1011110 | 10000 | 111001 |
Color Harmonies of #8EA27F
Complementary color
Monochromatic Colors of #8EA27F
Black with #8EA27F
Text Example
Text Example
White with #8EA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA27F; }
p { color: rgb(142,162,127); }
H1.HeaderClassName
{
color: #8EA27F;
}
.AnyTagClassName
{
color: #8EA27F;
}
</style>
background-color css
<style>
a { background-color: #8EA27F; }
a { background-color: rgb(142,162,127); }
div.DivClassName
{
background-color: #8EA27F;
}
.BgClassName
{
background-color: #8EA27F;
}
</style>
border-color css
<style>
span { border-color: #8EA27F; }
span { border-color: rgb(142,162,127); }
td.TdClassName
{
border-color: #8EA27F;
}
.TagClassName
{
border-color: #8EA27F;
}
</style>