Shades of Amulet #8DAB7E
Tints of Amulet #8DAB7E
RGB
CMYK
RGB Variations
Color information
#8DAB7E (or 0x8DAB7E) is known color: Amulet. HEX triplet: 8D, AB and 7E. RGB value is (141,171,126). Sum of RGB (Red+Green+Blue) = 141+171+126=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB7E is #725481. Grayscale: #9D9D9D. Windows color (decimal): -7492738 or 8301453. OLE color: 8301453.
HSL color Cylindrical-coordinate representation of color #8DAB7E: hue angle of 100º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAB7E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 126 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.33 |
| HSL | 100º | 0.21% | 0.58% | - |
| HSV(B) | 100º | 0.26% | 0.67% | - |
| XYZ | 29.31 | 36.29 | 25.2 | - |
| YUV | 156.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 126 | 0.18 | 0 | 0.26 | 0.33 | 100 | 0.21 | 0.58 |
| Hex | 8D | AB | 7E | 12 | 0 | 1A | 21 | 64 | 15 | 3A |
| Octal | 215 | 253 | 176 | 22 | 0 | 32 | 41 | 144 | 25 | 72 |
| Binary | 10001101 | 10101011 | 1111110 | 10010 | 0 | 11010 | 100001 | 1100100 | 10101 | 111010 |
Color Harmonies of #8DAB7E
Complementary color
Monochromatic Colors of #8DAB7E
Black with #8DAB7E
Text Example
Text Example
White with #8DAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB7E; }
p { color: rgb(141,171,126); }
H1.HeaderClassName
{
color: #8DAB7E;
}
.AnyTagClassName
{
color: #8DAB7E;
}
</style>
background-color css
<style>
a { background-color: #8DAB7E; }
a { background-color: rgb(141,171,126); }
div.DivClassName
{
background-color: #8DAB7E;
}
.BgClassName
{
background-color: #8DAB7E;
}
</style>
border-color css
<style>
span { border-color: #8DAB7E; }
span { border-color: rgb(141,171,126); }
td.TdClassName
{
border-color: #8DAB7E;
}
.TagClassName
{
border-color: #8DAB7E;
}
</style>