Shades of Amulet #8CA27C
Tints of Amulet #8CA27C
RGB
CMYK
RGB Variations
Color information
#8CA27C (or 0x8CA27C) is known color: Amulet. HEX triplet: 8C, A2 and 7C. RGB value is (140,162,124). Sum of RGB (Red+Green+Blue) = 140+162+124=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA27C is #735D83. Grayscale: #979797. Windows color (decimal): -7560580 or 8168076. OLE color: 8168076.
HSL color Cylindrical-coordinate representation of color #8CA27C: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA27C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 124 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.36 |
| HSL | 94.74º | 0.17% | 0.56% | - |
| HSV(B) | 94.74º | 0.23% | 0.64% | - |
| XYZ | 27.37 | 32.87 | 23.97 | - |
| YUV | 151.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 124 | 0.14 | 0 | 0.23 | 0.36 | 94.74 | 0.17 | 0.56 |
| Hex | 8C | A2 | 7C | E | 0 | 17 | 24 | 5F | 11 | 38 |
| Octal | 214 | 242 | 174 | 16 | 0 | 27 | 44 | 137 | 21 | 70 |
| Binary | 10001100 | 10100010 | 1111100 | 1110 | 0 | 10111 | 100100 | 1011111 | 10001 | 111000 |
Color Harmonies of #8CA27C
Complementary color
Monochromatic Colors of #8CA27C
Black with #8CA27C
Text Example
Text Example
White with #8CA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA27C; }
p { color: rgb(140,162,124); }
H1.HeaderClassName
{
color: #8CA27C;
}
.AnyTagClassName
{
color: #8CA27C;
}
</style>
background-color css
<style>
a { background-color: #8CA27C; }
a { background-color: rgb(140,162,124); }
div.DivClassName
{
background-color: #8CA27C;
}
.BgClassName
{
background-color: #8CA27C;
}
</style>
border-color css
<style>
span { border-color: #8CA27C; }
span { border-color: rgb(140,162,124); }
td.TdClassName
{
border-color: #8CA27C;
}
.TagClassName
{
border-color: #8CA27C;
}
</style>