Shades of Amulet #8CA17C
Tints of Amulet #8CA17C
RGB
CMYK
RGB Variations
Color information
#8CA17C (or 0x8CA17C) is known color: Amulet. HEX triplet: 8C, A1 and 7C. RGB value is (140,161,124). Sum of RGB (Red+Green+Blue) = 140+161+124=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA17C is #735E83. Grayscale: #969696. Windows color (decimal): -7560836 or 8167820. OLE color: 8167820.
HSL color Cylindrical-coordinate representation of color #8CA17C: hue angle of 94.05º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA17C is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 124 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.37 |
| HSL | 94.05º | 0.16% | 0.56% | - |
| HSV(B) | 94.05º | 0.23% | 0.63% | - |
| XYZ | 27.2 | 32.52 | 23.91 | - |
| YUV | 150.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 124 | 0.13 | 0 | 0.23 | 0.37 | 94.05 | 0.16 | 0.56 |
| Hex | 8C | A1 | 7C | D | 0 | 17 | 25 | 5E | 10 | 38 |
| Octal | 214 | 241 | 174 | 15 | 0 | 27 | 45 | 136 | 20 | 70 |
| Binary | 10001100 | 10100001 | 1111100 | 1101 | 0 | 10111 | 100101 | 1011110 | 10000 | 111000 |
Color Harmonies of #8CA17C
Complementary color
Monochromatic Colors of #8CA17C
Black with #8CA17C
Text Example
Text Example
White with #8CA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA17C; }
p { color: rgb(140,161,124); }
H1.HeaderClassName
{
color: #8CA17C;
}
.AnyTagClassName
{
color: #8CA17C;
}
</style>
background-color css
<style>
a { background-color: #8CA17C; }
a { background-color: rgb(140,161,124); }
div.DivClassName
{
background-color: #8CA17C;
}
.BgClassName
{
background-color: #8CA17C;
}
</style>
border-color css
<style>
span { border-color: #8CA17C; }
span { border-color: rgb(140,161,124); }
td.TdClassName
{
border-color: #8CA17C;
}
.TagClassName
{
border-color: #8CA17C;
}
</style>