Shades of Amulet #80AD7E
Tints of Amulet #80AD7E
RGB
CMYK
RGB Variations
Color information
#80AD7E (or 0x80AD7E) is known color: Amulet. HEX triplet: 80, AD and 7E. RGB value is (128,173,126). Sum of RGB (Red+Green+Blue) = 128+173+126=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD7E is #7F5281. Grayscale: #9A9A9A. Windows color (decimal): -8344194 or 8301952. OLE color: 8301952.
HSL color Cylindrical-coordinate representation of color #80AD7E: hue angle of 117.45º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AD7E is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 126 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.32 |
| HSL | 117.45º | 0.22% | 0.59% | - |
| HSV(B) | 117.45º | 0.27% | 0.68% | - |
| XYZ | 27.61 | 35.98 | 25.23 | - |
| YUV | 154.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 126 | 0.26 | 0 | 0.27 | 0.32 | 117.45 | 0.22 | 0.59 |
| Hex | 80 | AD | 7E | 1A | 0 | 1B | 20 | 75 | 16 | 3B |
| Octal | 200 | 255 | 176 | 32 | 0 | 33 | 40 | 165 | 26 | 73 |
| Binary | 10000000 | 10101101 | 1111110 | 11010 | 0 | 11011 | 100000 | 1110101 | 10110 | 111011 |
Color Harmonies of #80AD7E
Complementary color
Monochromatic Colors of #80AD7E
Black with #80AD7E
Text Example
Text Example
White with #80AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD7E; }
p { color: rgb(128,173,126); }
H1.HeaderClassName
{
color: #80AD7E;
}
.AnyTagClassName
{
color: #80AD7E;
}
</style>
background-color css
<style>
a { background-color: #80AD7E; }
a { background-color: rgb(128,173,126); }
div.DivClassName
{
background-color: #80AD7E;
}
.BgClassName
{
background-color: #80AD7E;
}
</style>
border-color css
<style>
span { border-color: #80AD7E; }
span { border-color: rgb(128,173,126); }
td.TdClassName
{
border-color: #80AD7E;
}
.TagClassName
{
border-color: #80AD7E;
}
</style>