Shades of Amulet #8CA380
Tints of Amulet #8CA380
RGB
CMYK
RGB Variations
Color information
#8CA380 (or 0x8CA380) is known color: Amulet. HEX triplet: 8C, A3 and 80. RGB value is (140,163,128). Sum of RGB (Red+Green+Blue) = 140+163+128=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA380 is #735C7F. Grayscale: #989898. Windows color (decimal): -7560320 or 8430476. OLE color: 8430476.
HSL color Cylindrical-coordinate representation of color #8CA380: hue angle of 99.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CA380 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 128 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.36 |
| HSL | 99.43º | 0.16% | 0.57% | - |
| HSV(B) | 99.43º | 0.21% | 0.64% | - |
| XYZ | 27.81 | 33.33 | 25.39 | - |
| YUV | 152.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 128 | 0.14 | 0 | 0.21 | 0.36 | 99.43 | 0.16 | 0.57 |
| Hex | 8C | A3 | 80 | E | 0 | 15 | 24 | 63 | 10 | 39 |
| Octal | 214 | 243 | 200 | 16 | 0 | 25 | 44 | 143 | 20 | 71 |
| Binary | 10001100 | 10100011 | 10000000 | 1110 | 0 | 10101 | 100100 | 1100011 | 10000 | 111001 |
Color Harmonies of #8CA380
Complementary color
Monochromatic Colors of #8CA380
Black with #8CA380
Text Example
Text Example
White with #8CA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA380; }
p { color: rgb(140,163,128); }
H1.HeaderClassName
{
color: #8CA380;
}
.AnyTagClassName
{
color: #8CA380;
}
</style>
background-color css
<style>
a { background-color: #8CA380; }
a { background-color: rgb(140,163,128); }
div.DivClassName
{
background-color: #8CA380;
}
.BgClassName
{
background-color: #8CA380;
}
</style>
border-color css
<style>
span { border-color: #8CA380; }
span { border-color: rgb(140,163,128); }
td.TdClassName
{
border-color: #8CA380;
}
.TagClassName
{
border-color: #8CA380;
}
</style>