Shades of Amulet #8CA87E
Tints of Amulet #8CA87E
RGB
CMYK
RGB Variations
Color information
#8CA87E (or 0x8CA87E) is known color: Amulet. HEX triplet: 8C, A8 and 7E. RGB value is (140,168,126). Sum of RGB (Red+Green+Blue) = 140+168+126=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA87E is #735781. Grayscale: #9A9A9A. Windows color (decimal): -7559042 or 8300684. OLE color: 8300684.
HSL color Cylindrical-coordinate representation of color #8CA87E: hue angle of 100º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA87E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 126 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.34 |
| HSL | 100º | 0.19% | 0.58% | - |
| HSV(B) | 100º | 0.25% | 0.66% | - |
| XYZ | 28.58 | 35.09 | 25 | - |
| YUV | 154.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 126 | 0.17 | 0 | 0.25 | 0.34 | 100 | 0.19 | 0.58 |
| Hex | 8C | A8 | 7E | 11 | 0 | 19 | 22 | 64 | 13 | 3A |
| Octal | 214 | 250 | 176 | 21 | 0 | 31 | 42 | 144 | 23 | 72 |
| Binary | 10001100 | 10101000 | 1111110 | 10001 | 0 | 11001 | 100010 | 1100100 | 10011 | 111010 |
Color Harmonies of #8CA87E
Complementary color
Monochromatic Colors of #8CA87E
Black with #8CA87E
Text Example
Text Example
White with #8CA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA87E; }
p { color: rgb(140,168,126); }
H1.HeaderClassName
{
color: #8CA87E;
}
.AnyTagClassName
{
color: #8CA87E;
}
</style>
background-color css
<style>
a { background-color: #8CA87E; }
a { background-color: rgb(140,168,126); }
div.DivClassName
{
background-color: #8CA87E;
}
.BgClassName
{
background-color: #8CA87E;
}
</style>
border-color css
<style>
span { border-color: #8CA87E; }
span { border-color: rgb(140,168,126); }
td.TdClassName
{
border-color: #8CA87E;
}
.TagClassName
{
border-color: #8CA87E;
}
</style>