Shades of Amulet #8EA67D
Tints of Amulet #8EA67D
RGB
CMYK
RGB Variations
Color information
#8EA67D (or 0x8EA67D) is known color: Amulet. HEX triplet: 8E, A6 and 7D. RGB value is (142,166,125). Sum of RGB (Red+Green+Blue) = 142+166+125=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA67D is #715982. Grayscale: #9A9A9A. Windows color (decimal): -7428483 or 8234638. OLE color: 8234638.
HSL color Cylindrical-coordinate representation of color #8EA67D: hue angle of 95.12º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA67D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 125 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.35 |
| HSL | 95.12º | 0.19% | 0.57% | - |
| HSV(B) | 95.12º | 0.25% | 0.65% | - |
| XYZ | 28.49 | 34.5 | 24.56 | - |
| YUV | 154.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 125 | 0.14 | 0 | 0.25 | 0.35 | 95.12 | 0.19 | 0.57 |
| Hex | 8E | A6 | 7D | E | 0 | 19 | 23 | 5F | 13 | 39 |
| Octal | 216 | 246 | 175 | 16 | 0 | 31 | 43 | 137 | 23 | 71 |
| Binary | 10001110 | 10100110 | 1111101 | 1110 | 0 | 11001 | 100011 | 1011111 | 10011 | 111001 |
Color Harmonies of #8EA67D
Complementary color
Monochromatic Colors of #8EA67D
Black with #8EA67D
Text Example
Text Example
White with #8EA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA67D; }
p { color: rgb(142,166,125); }
H1.HeaderClassName
{
color: #8EA67D;
}
.AnyTagClassName
{
color: #8EA67D;
}
</style>
background-color css
<style>
a { background-color: #8EA67D; }
a { background-color: rgb(142,166,125); }
div.DivClassName
{
background-color: #8EA67D;
}
.BgClassName
{
background-color: #8EA67D;
}
</style>
border-color css
<style>
span { border-color: #8EA67D; }
span { border-color: rgb(142,166,125); }
td.TdClassName
{
border-color: #8EA67D;
}
.TagClassName
{
border-color: #8EA67D;
}
</style>