Shades of Amulet #82AE7A
Tints of Amulet #82AE7A
RGB
CMYK
RGB Variations
Color information
#82AE7A (or 0x82AE7A) is known color: Amulet. HEX triplet: 82, AE and 7A. RGB value is (130,174,122). Sum of RGB (Red+Green+Blue) = 130+174+122=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE7A is #7D5185. Grayscale: #9B9B9B. Windows color (decimal): -8212870 or 8040066. OLE color: 8040066.
HSL color Cylindrical-coordinate representation of color #82AE7A: hue angle of 110.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82AE7A is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 122 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.32 |
| HSL | 110.77º | 0.24% | 0.58% | - |
| HSV(B) | 110.77º | 0.3% | 0.68% | - |
| XYZ | 27.85 | 36.42 | 23.97 | - |
| YUV | 154.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 122 | 0.25 | 0 | 0.30 | 0.32 | 110.77 | 0.24 | 0.58 |
| Hex | 82 | AE | 7A | 19 | 0 | 1E | 20 | 6F | 18 | 3A |
| Octal | 202 | 256 | 172 | 31 | 0 | 36 | 40 | 157 | 30 | 72 |
| Binary | 10000010 | 10101110 | 1111010 | 11001 | 0 | 11110 | 100000 | 1101111 | 11000 | 111010 |
Color Harmonies of #82AE7A
Complementary color
Monochromatic Colors of #82AE7A
Black with #82AE7A
Text Example
Text Example
White with #82AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE7A; }
p { color: rgb(130,174,122); }
H1.HeaderClassName
{
color: #82AE7A;
}
.AnyTagClassName
{
color: #82AE7A;
}
</style>
background-color css
<style>
a { background-color: #82AE7A; }
a { background-color: rgb(130,174,122); }
div.DivClassName
{
background-color: #82AE7A;
}
.BgClassName
{
background-color: #82AE7A;
}
</style>
border-color css
<style>
span { border-color: #82AE7A; }
span { border-color: rgb(130,174,122); }
td.TdClassName
{
border-color: #82AE7A;
}
.TagClassName
{
border-color: #82AE7A;
}
</style>