Shades of Amulet #80AC6D
Tints of Amulet #80AC6D
RGB
CMYK
RGB Variations
Color information
#80AC6D (or 0x80AC6D) is known color: Amulet. HEX triplet: 80, AC and 6D. RGB value is (128,172,109). Sum of RGB (Red+Green+Blue) = 128+172+109=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC6D is #7F5392. Grayscale: #979797. Windows color (decimal): -8344467 or 7187584. OLE color: 7187584.
HSL color Cylindrical-coordinate representation of color #80AC6D: hue angle of 101.9º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AC6D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 109 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.33 |
| HSL | 101.9º | 0.28% | 0.55% | - |
| HSV(B) | 101.9º | 0.37% | 0.67% | - |
| XYZ | 26.41 | 35.2 | 19.87 | - |
| YUV | 151.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 109 | 0.26 | 0 | 0.37 | 0.33 | 101.9 | 0.28 | 0.55 |
| Hex | 80 | AC | 6D | 1A | 0 | 25 | 21 | 66 | 1C | 37 |
| Octal | 200 | 254 | 155 | 32 | 0 | 45 | 41 | 146 | 34 | 67 |
| Binary | 10000000 | 10101100 | 1101101 | 11010 | 0 | 100101 | 100001 | 1100110 | 11100 | 110111 |
Color Harmonies of #80AC6D
Complementary color
Monochromatic Colors of #80AC6D
Black with #80AC6D
Text Example
Text Example
White with #80AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC6D; }
p { color: rgb(128,172,109); }
H1.HeaderClassName
{
color: #80AC6D;
}
.AnyTagClassName
{
color: #80AC6D;
}
</style>
background-color css
<style>
a { background-color: #80AC6D; }
a { background-color: rgb(128,172,109); }
div.DivClassName
{
background-color: #80AC6D;
}
.BgClassName
{
background-color: #80AC6D;
}
</style>
border-color css
<style>
span { border-color: #80AC6D; }
span { border-color: rgb(128,172,109); }
td.TdClassName
{
border-color: #80AC6D;
}
.TagClassName
{
border-color: #80AC6D;
}
</style>