Shades of Amulet #8AAD78
Tints of Amulet #8AAD78
RGB
CMYK
RGB Variations
Color information
#8AAD78 (or 0x8AAD78) is known color: Amulet. HEX triplet: 8A, AD and 78. RGB value is (138,173,120). Sum of RGB (Red+Green+Blue) = 138+173+120=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD78 is #755287. Grayscale: #9C9C9C. Windows color (decimal): -7688840 or 7908746. OLE color: 7908746.
HSL color Cylindrical-coordinate representation of color #8AAD78: hue angle of 99.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AAD78 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 120 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.32 |
| HSL | 99.62º | 0.24% | 0.57% | - |
| HSV(B) | 99.62º | 0.31% | 0.68% | - |
| XYZ | 28.81 | 36.65 | 23.32 | - |
| YUV | 156.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 120 | 0.20 | 0 | 0.31 | 0.32 | 99.62 | 0.24 | 0.57 |
| Hex | 8A | AD | 78 | 14 | 0 | 1F | 20 | 64 | 18 | 39 |
| Octal | 212 | 255 | 170 | 24 | 0 | 37 | 40 | 144 | 30 | 71 |
| Binary | 10001010 | 10101101 | 1111000 | 10100 | 0 | 11111 | 100000 | 1100100 | 11000 | 111001 |
Color Harmonies of #8AAD78
Complementary color
Monochromatic Colors of #8AAD78
Black with #8AAD78
Text Example
Text Example
White with #8AAD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD78; }
p { color: rgb(138,173,120); }
H1.HeaderClassName
{
color: #8AAD78;
}
.AnyTagClassName
{
color: #8AAD78;
}
</style>
background-color css
<style>
a { background-color: #8AAD78; }
a { background-color: rgb(138,173,120); }
div.DivClassName
{
background-color: #8AAD78;
}
.BgClassName
{
background-color: #8AAD78;
}
</style>
border-color css
<style>
span { border-color: #8AAD78; }
span { border-color: rgb(138,173,120); }
td.TdClassName
{
border-color: #8AAD78;
}
.TagClassName
{
border-color: #8AAD78;
}
</style>