Shades of Amulet #8AAD7C
Tints of Amulet #8AAD7C
RGB
CMYK
RGB Variations
Color information
#8AAD7C (or 0x8AAD7C) is known color: Amulet. HEX triplet: 8A, AD and 7C. RGB value is (138,173,124). Sum of RGB (Red+Green+Blue) = 138+173+124=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD7C is #755283. Grayscale: #9D9D9D. Windows color (decimal): -7688836 or 8170890. OLE color: 8170890.
HSL color Cylindrical-coordinate representation of color #8AAD7C: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAD7C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 124 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.32 |
| HSL | 102.86º | 0.23% | 0.58% | - |
| HSV(B) | 102.86º | 0.28% | 0.68% | - |
| XYZ | 29.06 | 36.75 | 24.63 | - |
| YUV | 156.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 124 | 0.20 | 0 | 0.28 | 0.32 | 102.86 | 0.23 | 0.58 |
| Hex | 8A | AD | 7C | 14 | 0 | 1C | 20 | 67 | 17 | 3A |
| Octal | 212 | 255 | 174 | 24 | 0 | 34 | 40 | 147 | 27 | 72 |
| Binary | 10001010 | 10101101 | 1111100 | 10100 | 0 | 11100 | 100000 | 1100111 | 10111 | 111010 |
Color Harmonies of #8AAD7C
Complementary color
Monochromatic Colors of #8AAD7C
Black with #8AAD7C
Text Example
Text Example
White with #8AAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD7C; }
p { color: rgb(138,173,124); }
H1.HeaderClassName
{
color: #8AAD7C;
}
.AnyTagClassName
{
color: #8AAD7C;
}
</style>
background-color css
<style>
a { background-color: #8AAD7C; }
a { background-color: rgb(138,173,124); }
div.DivClassName
{
background-color: #8AAD7C;
}
.BgClassName
{
background-color: #8AAD7C;
}
</style>
border-color css
<style>
span { border-color: #8AAD7C; }
span { border-color: rgb(138,173,124); }
td.TdClassName
{
border-color: #8AAD7C;
}
.TagClassName
{
border-color: #8AAD7C;
}
</style>