Shades of Amulet #8AAD7D
Tints of Amulet #8AAD7D
RGB
CMYK
RGB Variations
Color information
#8AAD7D (or 0x8AAD7D) is known color: Amulet. HEX triplet: 8A, AD and 7D. RGB value is (138,173,125). Sum of RGB (Red+Green+Blue) = 138+173+125=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD7D is #755282. Grayscale: #9D9D9D. Windows color (decimal): -7688835 or 8236426. OLE color: 8236426.
HSL color Cylindrical-coordinate representation of color #8AAD7D: hue angle of 103.75º 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 #8AAD7D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 125 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.32 |
| HSL | 103.75º | 0.23% | 0.58% | - |
| HSV(B) | 103.75º | 0.28% | 0.68% | - |
| XYZ | 29.13 | 36.77 | 24.96 | - |
| YUV | 157.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 125 | 0.20 | 0 | 0.28 | 0.32 | 103.75 | 0.23 | 0.58 |
| Hex | 8A | AD | 7D | 14 | 0 | 1C | 20 | 68 | 17 | 3A |
| Octal | 212 | 255 | 175 | 24 | 0 | 34 | 40 | 150 | 27 | 72 |
| Binary | 10001010 | 10101101 | 1111101 | 10100 | 0 | 11100 | 100000 | 1101000 | 10111 | 111010 |
Color Harmonies of #8AAD7D
Complementary color
Monochromatic Colors of #8AAD7D
Black with #8AAD7D
Text Example
Text Example
White with #8AAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD7D; }
p { color: rgb(138,173,125); }
H1.HeaderClassName
{
color: #8AAD7D;
}
.AnyTagClassName
{
color: #8AAD7D;
}
</style>
background-color css
<style>
a { background-color: #8AAD7D; }
a { background-color: rgb(138,173,125); }
div.DivClassName
{
background-color: #8AAD7D;
}
.BgClassName
{
background-color: #8AAD7D;
}
</style>
border-color css
<style>
span { border-color: #8AAD7D; }
span { border-color: rgb(138,173,125); }
td.TdClassName
{
border-color: #8AAD7D;
}
.TagClassName
{
border-color: #8AAD7D;
}
</style>