Shades of Amulet #80AC7C
Tints of Amulet #80AC7C
RGB
CMYK
RGB Variations
Color information
#80AC7C (or 0x80AC7C) is known color: Amulet. HEX triplet: 80, AC and 7C. RGB value is (128,172,124). Sum of RGB (Red+Green+Blue) = 128+172+124=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC7C is #7F5383. Grayscale: #999999. Windows color (decimal): -8344452 or 8170624. OLE color: 8170624.
HSL color Cylindrical-coordinate representation of color #80AC7C: hue angle of 115º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80AC7C is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 124 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.33 |
| HSL | 115º | 0.22% | 0.58% | - |
| HSV(B) | 115º | 0.28% | 0.67% | - |
| XYZ | 27.29 | 35.55 | 24.49 | - |
| YUV | 153.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 124 | 0.26 | 0 | 0.28 | 0.33 | 115 | 0.22 | 0.58 |
| Hex | 80 | AC | 7C | 1A | 0 | 1C | 21 | 73 | 16 | 3A |
| Octal | 200 | 254 | 174 | 32 | 0 | 34 | 41 | 163 | 26 | 72 |
| Binary | 10000000 | 10101100 | 1111100 | 11010 | 0 | 11100 | 100001 | 1110011 | 10110 | 111010 |
Color Harmonies of #80AC7C
Complementary color
Monochromatic Colors of #80AC7C
Black with #80AC7C
Text Example
Text Example
White with #80AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC7C; }
p { color: rgb(128,172,124); }
H1.HeaderClassName
{
color: #80AC7C;
}
.AnyTagClassName
{
color: #80AC7C;
}
</style>
background-color css
<style>
a { background-color: #80AC7C; }
a { background-color: rgb(128,172,124); }
div.DivClassName
{
background-color: #80AC7C;
}
.BgClassName
{
background-color: #80AC7C;
}
</style>
border-color css
<style>
span { border-color: #80AC7C; }
span { border-color: rgb(128,172,124); }
td.TdClassName
{
border-color: #80AC7C;
}
.TagClassName
{
border-color: #80AC7C;
}
</style>