Shades of Amulet #8CAD7A
Tints of Amulet #8CAD7A
RGB
CMYK
RGB Variations
Color information
#8CAD7A (or 0x8CAD7A) is known color: Amulet. HEX triplet: 8C, AD and 7A. RGB value is (140,173,122). Sum of RGB (Red+Green+Blue) = 140+173+122=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD7A is #735285. Grayscale: #9D9D9D. Windows color (decimal): -7557766 or 8039820. OLE color: 8039820.
HSL color Cylindrical-coordinate representation of color #8CAD7A: hue angle of 98.82º 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 #8CAD7A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 122 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.32 |
| HSL | 98.82º | 0.24% | 0.58% | - |
| HSV(B) | 98.82º | 0.29% | 0.68% | - |
| XYZ | 29.27 | 36.87 | 23.99 | - |
| YUV | 157.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 122 | 0.19 | 0 | 0.29 | 0.32 | 98.82 | 0.24 | 0.58 |
| Hex | 8C | AD | 7A | 13 | 0 | 1D | 20 | 63 | 18 | 3A |
| Octal | 214 | 255 | 172 | 23 | 0 | 35 | 40 | 143 | 30 | 72 |
| Binary | 10001100 | 10101101 | 1111010 | 10011 | 0 | 11101 | 100000 | 1100011 | 11000 | 111010 |
Color Harmonies of #8CAD7A
Complementary color
Monochromatic Colors of #8CAD7A
Black with #8CAD7A
Text Example
Text Example
White with #8CAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD7A; }
p { color: rgb(140,173,122); }
H1.HeaderClassName
{
color: #8CAD7A;
}
.AnyTagClassName
{
color: #8CAD7A;
}
</style>
background-color css
<style>
a { background-color: #8CAD7A; }
a { background-color: rgb(140,173,122); }
div.DivClassName
{
background-color: #8CAD7A;
}
.BgClassName
{
background-color: #8CAD7A;
}
</style>
border-color css
<style>
span { border-color: #8CAD7A; }
span { border-color: rgb(140,173,122); }
td.TdClassName
{
border-color: #8CAD7A;
}
.TagClassName
{
border-color: #8CAD7A;
}
</style>