Shades of Amulet #82AE6D
Tints of Amulet #82AE6D
RGB
CMYK
RGB Variations
Color information
#82AE6D (or 0x82AE6D) is known color: Amulet. HEX triplet: 82, AE and 6D. RGB value is (130,174,109). Sum of RGB (Red+Green+Blue) = 130+174+109=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE6D is #7D5192. Grayscale: #999999. Windows color (decimal): -8212883 or 7188098. OLE color: 7188098.
HSL color Cylindrical-coordinate representation of color #82AE6D: hue angle of 100.62º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82AE6D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 109 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.32 |
| HSL | 100.62º | 0.29% | 0.55% | - |
| HSV(B) | 100.62º | 0.37% | 0.68% | - |
| XYZ | 27.1 | 36.12 | 20.01 | - |
| YUV | 153.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 109 | 0.25 | 0 | 0.37 | 0.32 | 100.62 | 0.29 | 0.55 |
| Hex | 82 | AE | 6D | 19 | 0 | 25 | 20 | 65 | 1D | 37 |
| Octal | 202 | 256 | 155 | 31 | 0 | 45 | 40 | 145 | 35 | 67 |
| Binary | 10000010 | 10101110 | 1101101 | 11001 | 0 | 100101 | 100000 | 1100101 | 11101 | 110111 |
Color Harmonies of #82AE6D
Complementary color
Monochromatic Colors of #82AE6D
Black with #82AE6D
Text Example
Text Example
White with #82AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE6D; }
p { color: rgb(130,174,109); }
H1.HeaderClassName
{
color: #82AE6D;
}
.AnyTagClassName
{
color: #82AE6D;
}
</style>
background-color css
<style>
a { background-color: #82AE6D; }
a { background-color: rgb(130,174,109); }
div.DivClassName
{
background-color: #82AE6D;
}
.BgClassName
{
background-color: #82AE6D;
}
</style>
border-color css
<style>
span { border-color: #82AE6D; }
span { border-color: rgb(130,174,109); }
td.TdClassName
{
border-color: #82AE6D;
}
.TagClassName
{
border-color: #82AE6D;
}
</style>