Shades of Amulet #8CAA80
Tints of Amulet #8CAA80
RGB
CMYK
RGB Variations
Color information
#8CAA80 (or 0x8CAA80) is known color: Amulet. HEX triplet: 8C, AA and 80. RGB value is (140,170,128). Sum of RGB (Red+Green+Blue) = 140+170+128=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA80 is #73557F. Grayscale: #9C9C9C. Windows color (decimal): -7558528 or 8432268. OLE color: 8432268.
HSL color Cylindrical-coordinate representation of color #8CAA80: hue angle of 102.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CAA80 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 128 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.33 |
| HSL | 102.86º | 0.2% | 0.58% | - |
| HSV(B) | 102.86º | 0.25% | 0.67% | - |
| XYZ | 29.09 | 35.88 | 25.82 | - |
| YUV | 156.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 128 | 0.18 | 0 | 0.25 | 0.33 | 102.86 | 0.2 | 0.58 |
| Hex | 8C | AA | 80 | 12 | 0 | 19 | 21 | 67 | 14 | 3A |
| Octal | 214 | 252 | 200 | 22 | 0 | 31 | 41 | 147 | 24 | 72 |
| Binary | 10001100 | 10101010 | 10000000 | 10010 | 0 | 11001 | 100001 | 1100111 | 10100 | 111010 |
Color Harmonies of #8CAA80
Complementary color
Monochromatic Colors of #8CAA80
Black with #8CAA80
Text Example
Text Example
White with #8CAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA80; }
p { color: rgb(140,170,128); }
H1.HeaderClassName
{
color: #8CAA80;
}
.AnyTagClassName
{
color: #8CAA80;
}
</style>
background-color css
<style>
a { background-color: #8CAA80; }
a { background-color: rgb(140,170,128); }
div.DivClassName
{
background-color: #8CAA80;
}
.BgClassName
{
background-color: #8CAA80;
}
</style>
border-color css
<style>
span { border-color: #8CAA80; }
span { border-color: rgb(140,170,128); }
td.TdClassName
{
border-color: #8CAA80;
}
.TagClassName
{
border-color: #8CAA80;
}
</style>