Shades of Amulet #82AC74
Tints of Amulet #82AC74
RGB
CMYK
RGB Variations
Color information
#82AC74 (or 0x82AC74) is known color: Amulet. HEX triplet: 82, AC and 74. RGB value is (130,172,116). Sum of RGB (Red+Green+Blue) = 130+172+116=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC74 is #7D538B. Grayscale: #999999. Windows color (decimal): -8213388 or 7646338. OLE color: 7646338.
HSL color Cylindrical-coordinate representation of color #82AC74: hue angle of 105º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82AC74 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 172 | 116 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.33 |
| HSL | 105º | 0.25% | 0.56% | - |
| HSV(B) | 105º | 0.33% | 0.67% | - |
| XYZ | 27.11 | 35.51 | 21.95 | - |
| YUV | 153.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 116 | 0.24 | 0 | 0.33 | 0.33 | 105 | 0.25 | 0.56 |
| Hex | 82 | AC | 74 | 18 | 0 | 21 | 21 | 69 | 19 | 38 |
| Octal | 202 | 254 | 164 | 30 | 0 | 41 | 41 | 151 | 31 | 70 |
| Binary | 10000010 | 10101100 | 1110100 | 11000 | 0 | 100001 | 100001 | 1101001 | 11001 | 111000 |
Color Harmonies of #82AC74
Complementary color
Monochromatic Colors of #82AC74
Black with #82AC74
Text Example
Text Example
White with #82AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AC74; }
p { color: rgb(130,172,116); }
H1.HeaderClassName
{
color: #82AC74;
}
.AnyTagClassName
{
color: #82AC74;
}
</style>
background-color css
<style>
a { background-color: #82AC74; }
a { background-color: rgb(130,172,116); }
div.DivClassName
{
background-color: #82AC74;
}
.BgClassName
{
background-color: #82AC74;
}
</style>
border-color css
<style>
span { border-color: #82AC74; }
span { border-color: rgb(130,172,116); }
td.TdClassName
{
border-color: #82AC74;
}
.TagClassName
{
border-color: #82AC74;
}
</style>