Shades of Amulet #8AAC74
Tints of Amulet #8AAC74
RGB
CMYK
RGB Variations
Color information
#8AAC74 (or 0x8AAC74) is known color: Amulet. HEX triplet: 8A, AC and 74. RGB value is (138,172,116). Sum of RGB (Red+Green+Blue) = 138+172+116=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC74 is #75538B. Grayscale: #9B9B9B. Windows color (decimal): -7689100 or 7646346. OLE color: 7646346.
HSL color Cylindrical-coordinate representation of color #8AAC74: hue angle of 96.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AAC74 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 116 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.33 |
| HSL | 96.43º | 0.25% | 0.56% | - |
| HSV(B) | 96.43º | 0.33% | 0.67% | - |
| XYZ | 28.39 | 36.17 | 22.01 | - |
| YUV | 155.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 116 | 0.20 | 0 | 0.33 | 0.33 | 96.43 | 0.25 | 0.56 |
| Hex | 8A | AC | 74 | 14 | 0 | 21 | 21 | 60 | 19 | 38 |
| Octal | 212 | 254 | 164 | 24 | 0 | 41 | 41 | 140 | 31 | 70 |
| Binary | 10001010 | 10101100 | 1110100 | 10100 | 0 | 100001 | 100001 | 1100000 | 11001 | 111000 |
Color Harmonies of #8AAC74
Complementary color
Monochromatic Colors of #8AAC74
Black with #8AAC74
Text Example
Text Example
White with #8AAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC74; }
p { color: rgb(138,172,116); }
H1.HeaderClassName
{
color: #8AAC74;
}
.AnyTagClassName
{
color: #8AAC74;
}
</style>
background-color css
<style>
a { background-color: #8AAC74; }
a { background-color: rgb(138,172,116); }
div.DivClassName
{
background-color: #8AAC74;
}
.BgClassName
{
background-color: #8AAC74;
}
</style>
border-color css
<style>
span { border-color: #8AAC74; }
span { border-color: rgb(138,172,116); }
td.TdClassName
{
border-color: #8AAC74;
}
.TagClassName
{
border-color: #8AAC74;
}
</style>