Shades of Amulet #8CAE7C
Tints of Amulet #8CAE7C
RGB
CMYK
RGB Variations
Color information
#8CAE7C (or 0x8CAE7C) is known color: Amulet. HEX triplet: 8C, AE and 7C. RGB value is (140,174,124). Sum of RGB (Red+Green+Blue) = 140+174+124=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE7C is #735183. Grayscale: #9E9E9E. Windows color (decimal): -7557508 or 8171148. OLE color: 8171148.
HSL color Cylindrical-coordinate representation of color #8CAE7C: hue angle of 100.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CAE7C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 124 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.32 |
| HSL | 100.8º | 0.24% | 0.58% | - |
| HSV(B) | 100.8º | 0.29% | 0.68% | - |
| XYZ | 29.59 | 37.3 | 24.71 | - |
| YUV | 158.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 124 | 0.20 | 0 | 0.29 | 0.32 | 100.8 | 0.24 | 0.58 |
| Hex | 8C | AE | 7C | 14 | 0 | 1D | 20 | 65 | 18 | 3A |
| Octal | 214 | 256 | 174 | 24 | 0 | 35 | 40 | 145 | 30 | 72 |
| Binary | 10001100 | 10101110 | 1111100 | 10100 | 0 | 11101 | 100000 | 1100101 | 11000 | 111010 |
Color Harmonies of #8CAE7C
Complementary color
Monochromatic Colors of #8CAE7C
Black with #8CAE7C
Text Example
Text Example
White with #8CAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE7C; }
p { color: rgb(140,174,124); }
H1.HeaderClassName
{
color: #8CAE7C;
}
.AnyTagClassName
{
color: #8CAE7C;
}
</style>
background-color css
<style>
a { background-color: #8CAE7C; }
a { background-color: rgb(140,174,124); }
div.DivClassName
{
background-color: #8CAE7C;
}
.BgClassName
{
background-color: #8CAE7C;
}
</style>
border-color css
<style>
span { border-color: #8CAE7C; }
span { border-color: rgb(140,174,124); }
td.TdClassName
{
border-color: #8CAE7C;
}
.TagClassName
{
border-color: #8CAE7C;
}
</style>