Shades of Amulet #8CA278
Tints of Amulet #8CA278
RGB
CMYK
RGB Variations
Color information
#8CA278 (or 0x8CA278) is known color: Amulet. HEX triplet: 8C, A2 and 78. RGB value is (140,162,120). Sum of RGB (Red+Green+Blue) = 140+162+120=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA278 is #735D87. Grayscale: #969696. Windows color (decimal): -7560584 or 7905932. OLE color: 7905932.
HSL color Cylindrical-coordinate representation of color #8CA278: hue angle of 91.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA278 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 120 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.36 |
| HSL | 91.43º | 0.18% | 0.55% | - |
| HSV(B) | 91.43º | 0.26% | 0.64% | - |
| XYZ | 27.13 | 32.77 | 22.67 | - |
| YUV | 150.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 120 | 0.14 | 0 | 0.26 | 0.36 | 91.43 | 0.18 | 0.55 |
| Hex | 8C | A2 | 78 | E | 0 | 1A | 24 | 5B | 12 | 37 |
| Octal | 214 | 242 | 170 | 16 | 0 | 32 | 44 | 133 | 22 | 67 |
| Binary | 10001100 | 10100010 | 1111000 | 1110 | 0 | 11010 | 100100 | 1011011 | 10010 | 110111 |
Color Harmonies of #8CA278
Complementary color
Monochromatic Colors of #8CA278
Black with #8CA278
Text Example
Text Example
White with #8CA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA278; }
p { color: rgb(140,162,120); }
H1.HeaderClassName
{
color: #8CA278;
}
.AnyTagClassName
{
color: #8CA278;
}
</style>
background-color css
<style>
a { background-color: #8CA278; }
a { background-color: rgb(140,162,120); }
div.DivClassName
{
background-color: #8CA278;
}
.BgClassName
{
background-color: #8CA278;
}
</style>
border-color css
<style>
span { border-color: #8CA278; }
span { border-color: rgb(140,162,120); }
td.TdClassName
{
border-color: #8CA278;
}
.TagClassName
{
border-color: #8CA278;
}
</style>