Shades of Amulet #8DA081
Tints of Amulet #8DA081
RGB
CMYK
RGB Variations
Color information
#8DA081 (or 0x8DA081) is known color: Amulet. HEX triplet: 8D, A0 and 81. RGB value is (141,160,129). Sum of RGB (Red+Green+Blue) = 141+160+129=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA081 is #725F7E. Grayscale: #969696. Windows color (decimal): -7495551 or 8495245. OLE color: 8495245.
HSL color Cylindrical-coordinate representation of color #8DA081: hue angle of 96.77º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA081 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 129 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.37 |
| HSL | 96.77º | 0.14% | 0.57% | - |
| HSV(B) | 96.77º | 0.19% | 0.63% | - |
| XYZ | 27.52 | 32.39 | 25.57 | - |
| YUV | 150.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 129 | 0.12 | 0 | 0.19 | 0.37 | 96.77 | 0.14 | 0.57 |
| Hex | 8D | A0 | 81 | C | 0 | 13 | 25 | 61 | E | 39 |
| Octal | 215 | 240 | 201 | 14 | 0 | 23 | 45 | 141 | 16 | 71 |
| Binary | 10001101 | 10100000 | 10000001 | 1100 | 0 | 10011 | 100101 | 1100001 | 1110 | 111001 |
Color Harmonies of #8DA081
Complementary color
Monochromatic Colors of #8DA081
Black with #8DA081
Text Example
Text Example
White with #8DA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA081; }
p { color: rgb(141,160,129); }
H1.HeaderClassName
{
color: #8DA081;
}
.AnyTagClassName
{
color: #8DA081;
}
</style>
background-color css
<style>
a { background-color: #8DA081; }
a { background-color: rgb(141,160,129); }
div.DivClassName
{
background-color: #8DA081;
}
.BgClassName
{
background-color: #8DA081;
}
</style>
border-color css
<style>
span { border-color: #8DA081; }
span { border-color: rgb(141,160,129); }
td.TdClassName
{
border-color: #8DA081;
}
.TagClassName
{
border-color: #8DA081;
}
</style>