Shades of Amulet #8DAB7F
Tints of Amulet #8DAB7F
RGB
CMYK
RGB Variations
Color information
#8DAB7F (or 0x8DAB7F) is known color: Amulet. HEX triplet: 8D, AB and 7F. RGB value is (141,171,127). Sum of RGB (Red+Green+Blue) = 141+171+127=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB7F is #725480. Grayscale: #9D9D9D. Windows color (decimal): -7492737 or 8366989. OLE color: 8366989.
HSL color Cylindrical-coordinate representation of color #8DAB7F: hue angle of 100.91º 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 #8DAB7F is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 127 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.33 |
| HSL | 100.91º | 0.21% | 0.58% | - |
| HSV(B) | 100.91º | 0.26% | 0.67% | - |
| XYZ | 29.38 | 36.32 | 25.54 | - |
| YUV | 157.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 127 | 0.18 | 0 | 0.26 | 0.33 | 100.91 | 0.21 | 0.58 |
| Hex | 8D | AB | 7F | 12 | 0 | 1A | 21 | 65 | 15 | 3A |
| Octal | 215 | 253 | 177 | 22 | 0 | 32 | 41 | 145 | 25 | 72 |
| Binary | 10001101 | 10101011 | 1111111 | 10010 | 0 | 11010 | 100001 | 1100101 | 10101 | 111010 |
Color Harmonies of #8DAB7F
Complementary color
Monochromatic Colors of #8DAB7F
Black with #8DAB7F
Text Example
Text Example
White with #8DAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB7F; }
p { color: rgb(141,171,127); }
H1.HeaderClassName
{
color: #8DAB7F;
}
.AnyTagClassName
{
color: #8DAB7F;
}
</style>
background-color css
<style>
a { background-color: #8DAB7F; }
a { background-color: rgb(141,171,127); }
div.DivClassName
{
background-color: #8DAB7F;
}
.BgClassName
{
background-color: #8DAB7F;
}
</style>
border-color css
<style>
span { border-color: #8DAB7F; }
span { border-color: rgb(141,171,127); }
td.TdClassName
{
border-color: #8DAB7F;
}
.TagClassName
{
border-color: #8DAB7F;
}
</style>