Shades of Amulet #82AC7D
Tints of Amulet #82AC7D
RGB
CMYK
RGB Variations
Color information
#82AC7D (or 0x82AC7D) is known color: Amulet. HEX triplet: 82, AC and 7D. RGB value is (130,172,125). Sum of RGB (Red+Green+Blue) = 130+172+125=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC7D is #7D5382. Grayscale: #9A9A9A. Windows color (decimal): -8213379 or 8236162. OLE color: 8236162.
HSL color Cylindrical-coordinate representation of color #82AC7D: hue angle of 113.62º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82AC7D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 172 | 125 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.33 |
| HSL | 113.62º | 0.22% | 0.58% | - |
| HSV(B) | 113.62º | 0.27% | 0.67% | - |
| XYZ | 27.66 | 35.73 | 24.84 | - |
| YUV | 154.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 125 | 0.24 | 0 | 0.27 | 0.33 | 113.62 | 0.22 | 0.58 |
| Hex | 82 | AC | 7D | 18 | 0 | 1B | 21 | 72 | 16 | 3A |
| Octal | 202 | 254 | 175 | 30 | 0 | 33 | 41 | 162 | 26 | 72 |
| Binary | 10000010 | 10101100 | 1111101 | 11000 | 0 | 11011 | 100001 | 1110010 | 10110 | 111010 |
Color Harmonies of #82AC7D
Complementary color
Monochromatic Colors of #82AC7D
Black with #82AC7D
Text Example
Text Example
White with #82AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AC7D; }
p { color: rgb(130,172,125); }
H1.HeaderClassName
{
color: #82AC7D;
}
.AnyTagClassName
{
color: #82AC7D;
}
</style>
background-color css
<style>
a { background-color: #82AC7D; }
a { background-color: rgb(130,172,125); }
div.DivClassName
{
background-color: #82AC7D;
}
.BgClassName
{
background-color: #82AC7D;
}
</style>
border-color css
<style>
span { border-color: #82AC7D; }
span { border-color: rgb(130,172,125); }
td.TdClassName
{
border-color: #82AC7D;
}
.TagClassName
{
border-color: #82AC7D;
}
</style>