Shades of Amulet #8AAC72
Tints of Amulet #8AAC72
RGB
CMYK
RGB Variations
Color information
#8AAC72 (or 0x8AAC72) is known color: Amulet. HEX triplet: 8A, AC and 72. RGB value is (138,172,114). Sum of RGB (Red+Green+Blue) = 138+172+114=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC72 is #75538D. Grayscale: #9B9B9B. Windows color (decimal): -7689102 or 7515274. OLE color: 7515274.
HSL color Cylindrical-coordinate representation of color #8AAC72: hue angle of 95.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAC72 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 114 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.33 |
| HSL | 95.17º | 0.26% | 0.56% | - |
| HSV(B) | 95.17º | 0.34% | 0.67% | - |
| XYZ | 28.27 | 36.12 | 21.4 | - |
| YUV | 155.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 114 | 0.20 | 0 | 0.34 | 0.33 | 95.17 | 0.26 | 0.56 |
| Hex | 8A | AC | 72 | 14 | 0 | 22 | 21 | 5F | 1A | 38 |
| Octal | 212 | 254 | 162 | 24 | 0 | 42 | 41 | 137 | 32 | 70 |
| Binary | 10001010 | 10101100 | 1110010 | 10100 | 0 | 100010 | 100001 | 1011111 | 11010 | 111000 |
Color Harmonies of #8AAC72
Complementary color
Monochromatic Colors of #8AAC72
Black with #8AAC72
Text Example
Text Example
White with #8AAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC72; }
p { color: rgb(138,172,114); }
H1.HeaderClassName
{
color: #8AAC72;
}
.AnyTagClassName
{
color: #8AAC72;
}
</style>
background-color css
<style>
a { background-color: #8AAC72; }
a { background-color: rgb(138,172,114); }
div.DivClassName
{
background-color: #8AAC72;
}
.BgClassName
{
background-color: #8AAC72;
}
</style>
border-color css
<style>
span { border-color: #8AAC72; }
span { border-color: rgb(138,172,114); }
td.TdClassName
{
border-color: #8AAC72;
}
.TagClassName
{
border-color: #8AAC72;
}
</style>