Shades of Amulet #82AE7C
Tints of Amulet #82AE7C
RGB
CMYK
RGB Variations
Color information
#82AE7C (or 0x82AE7C) is known color: Amulet. HEX triplet: 82, AE and 7C. RGB value is (130,174,124). Sum of RGB (Red+Green+Blue) = 130+174+124=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE7C is #7D5183. Grayscale: #9B9B9B. Windows color (decimal): -8212868 or 8171138. OLE color: 8171138.
HSL color Cylindrical-coordinate representation of color #82AE7C: hue angle of 112.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82AE7C is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 124 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.32 |
| HSL | 112.8º | 0.24% | 0.58% | - |
| HSV(B) | 112.8º | 0.29% | 0.68% | - |
| XYZ | 27.98 | 36.47 | 24.63 | - |
| YUV | 155.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 124 | 0.25 | 0 | 0.29 | 0.32 | 112.8 | 0.24 | 0.58 |
| Hex | 82 | AE | 7C | 19 | 0 | 1D | 20 | 71 | 18 | 3A |
| Octal | 202 | 256 | 174 | 31 | 0 | 35 | 40 | 161 | 30 | 72 |
| Binary | 10000010 | 10101110 | 1111100 | 11001 | 0 | 11101 | 100000 | 1110001 | 11000 | 111010 |
Color Harmonies of #82AE7C
Complementary color
Monochromatic Colors of #82AE7C
Black with #82AE7C
Text Example
Text Example
White with #82AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE7C; }
p { color: rgb(130,174,124); }
H1.HeaderClassName
{
color: #82AE7C;
}
.AnyTagClassName
{
color: #82AE7C;
}
</style>
background-color css
<style>
a { background-color: #82AE7C; }
a { background-color: rgb(130,174,124); }
div.DivClassName
{
background-color: #82AE7C;
}
.BgClassName
{
background-color: #82AE7C;
}
</style>
border-color css
<style>
span { border-color: #82AE7C; }
span { border-color: rgb(130,174,124); }
td.TdClassName
{
border-color: #82AE7C;
}
.TagClassName
{
border-color: #82AE7C;
}
</style>