Shades of Amulet #8EA083
Tints of Amulet #8EA083
RGB
CMYK
RGB Variations
Color information
#8EA083 (or 0x8EA083) is known color: Amulet. HEX triplet: 8E, A0 and 83. RGB value is (142,160,131). Sum of RGB (Red+Green+Blue) = 142+160+131=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA083 is #715F7C. Grayscale: #979797. Windows color (decimal): -7430013 or 8626318. OLE color: 8626318.
HSL color Cylindrical-coordinate representation of color #8EA083: hue angle of 97.24º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EA083 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 131 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.37 |
| HSL | 97.24º | 0.13% | 0.57% | - |
| HSV(B) | 97.24º | 0.18% | 0.63% | - |
| XYZ | 27.82 | 32.53 | 26.29 | - |
| YUV | 151.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 131 | 0.11 | 0 | 0.18 | 0.37 | 97.24 | 0.13 | 0.57 |
| Hex | 8E | A0 | 83 | B | 0 | 12 | 25 | 61 | D | 39 |
| Octal | 216 | 240 | 203 | 13 | 0 | 22 | 45 | 141 | 15 | 71 |
| Binary | 10001110 | 10100000 | 10000011 | 1011 | 0 | 10010 | 100101 | 1100001 | 1101 | 111001 |
Color Harmonies of #8EA083
Complementary color
Monochromatic Colors of #8EA083
Black with #8EA083
Text Example
Text Example
White with #8EA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA083; }
p { color: rgb(142,160,131); }
H1.HeaderClassName
{
color: #8EA083;
}
.AnyTagClassName
{
color: #8EA083;
}
</style>
background-color css
<style>
a { background-color: #8EA083; }
a { background-color: rgb(142,160,131); }
div.DivClassName
{
background-color: #8EA083;
}
.BgClassName
{
background-color: #8EA083;
}
</style>
border-color css
<style>
span { border-color: #8EA083; }
span { border-color: rgb(142,160,131); }
td.TdClassName
{
border-color: #8EA083;
}
.TagClassName
{
border-color: #8EA083;
}
</style>