Shades of Amulet #8AA873
Tints of Amulet #8AA873
RGB
CMYK
RGB Variations
Color information
#8AA873 (or 0x8AA873) is known color: Amulet. HEX triplet: 8A, A8 and 73. RGB value is (138,168,115). Sum of RGB (Red+Green+Blue) = 138+168+115=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA873 is #75578C. Grayscale: #999999. Windows color (decimal): -7690125 or 7579786. OLE color: 7579786.
HSL color Cylindrical-coordinate representation of color #8AA873: hue angle of 93.96º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA873 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 115 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.34 |
| HSL | 93.96º | 0.23% | 0.55% | - |
| HSV(B) | 93.96º | 0.32% | 0.66% | - |
| XYZ | 27.58 | 34.65 | 21.45 | - |
| YUV | 152.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 115 | 0.18 | 0 | 0.32 | 0.34 | 93.96 | 0.23 | 0.55 |
| Hex | 8A | A8 | 73 | 12 | 0 | 20 | 22 | 5E | 17 | 37 |
| Octal | 212 | 250 | 163 | 22 | 0 | 40 | 42 | 136 | 27 | 67 |
| Binary | 10001010 | 10101000 | 1110011 | 10010 | 0 | 100000 | 100010 | 1011110 | 10111 | 110111 |
Color Harmonies of #8AA873
Complementary color
Monochromatic Colors of #8AA873
Black with #8AA873
Text Example
Text Example
White with #8AA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA873; }
p { color: rgb(138,168,115); }
H1.HeaderClassName
{
color: #8AA873;
}
.AnyTagClassName
{
color: #8AA873;
}
</style>
background-color css
<style>
a { background-color: #8AA873; }
a { background-color: rgb(138,168,115); }
div.DivClassName
{
background-color: #8AA873;
}
.BgClassName
{
background-color: #8AA873;
}
</style>
border-color css
<style>
span { border-color: #8AA873; }
span { border-color: rgb(138,168,115); }
td.TdClassName
{
border-color: #8AA873;
}
.TagClassName
{
border-color: #8AA873;
}
</style>