Shades of Amulet #82AE7D
Tints of Amulet #82AE7D
RGB
CMYK
RGB Variations
Color information
#82AE7D (or 0x82AE7D) is known color: Amulet. HEX triplet: 82, AE and 7D. RGB value is (130,174,125). Sum of RGB (Red+Green+Blue) = 130+174+125=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE7D is #7D5182. Grayscale: #9B9B9B. Windows color (decimal): -8212867 or 8236674. OLE color: 8236674.
HSL color Cylindrical-coordinate representation of color #82AE7D: hue angle of 113.88º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82AE7D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 125 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.32 |
| HSL | 113.88º | 0.23% | 0.59% | - |
| HSV(B) | 113.88º | 0.28% | 0.68% | - |
| XYZ | 28.04 | 36.5 | 24.97 | - |
| YUV | 155.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 125 | 0.25 | 0 | 0.28 | 0.32 | 113.88 | 0.23 | 0.59 |
| Hex | 82 | AE | 7D | 19 | 0 | 1C | 20 | 72 | 17 | 3B |
| Octal | 202 | 256 | 175 | 31 | 0 | 34 | 40 | 162 | 27 | 73 |
| Binary | 10000010 | 10101110 | 1111101 | 11001 | 0 | 11100 | 100000 | 1110010 | 10111 | 111011 |
Color Harmonies of #82AE7D
Complementary color
Monochromatic Colors of #82AE7D
Black with #82AE7D
Text Example
Text Example
White with #82AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE7D; }
p { color: rgb(130,174,125); }
H1.HeaderClassName
{
color: #82AE7D;
}
.AnyTagClassName
{
color: #82AE7D;
}
</style>
background-color css
<style>
a { background-color: #82AE7D; }
a { background-color: rgb(130,174,125); }
div.DivClassName
{
background-color: #82AE7D;
}
.BgClassName
{
background-color: #82AE7D;
}
</style>
border-color css
<style>
span { border-color: #82AE7D; }
span { border-color: rgb(130,174,125); }
td.TdClassName
{
border-color: #82AE7D;
}
.TagClassName
{
border-color: #82AE7D;
}
</style>