Shades of Amulet #8AB47C
Tints of Amulet #8AB47C
RGB
CMYK
RGB Variations
Color information
#8AB47C (or 0x8AB47C) is known color: Amulet. HEX triplet: 8A, B4 and 7C. RGB value is (138,180,124). Sum of RGB (Red+Green+Blue) = 138+180+124=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB47C is #754B83. Grayscale: #A1A1A1. Windows color (decimal): -7687044 or 8172682. OLE color: 8172682.
HSL color Cylindrical-coordinate representation of color #8AB47C: hue angle of 105º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB47C is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 124 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.29 |
| HSL | 105º | 0.27% | 0.6% | - |
| HSV(B) | 105º | 0.31% | 0.71% | - |
| XYZ | 30.44 | 39.5 | 25.09 | - |
| YUV | 161.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 124 | 0.23 | 0 | 0.31 | 0.29 | 105 | 0.27 | 0.6 |
| Hex | 8A | B4 | 7C | 17 | 0 | 1F | 1D | 69 | 1B | 3C |
| Octal | 212 | 264 | 174 | 27 | 0 | 37 | 35 | 151 | 33 | 74 |
| Binary | 10001010 | 10110100 | 1111100 | 10111 | 0 | 11111 | 11101 | 1101001 | 11011 | 111100 |
Color Harmonies of #8AB47C
Complementary color
Monochromatic Colors of #8AB47C
Black with #8AB47C
Text Example
Text Example
White with #8AB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB47C; }
p { color: rgb(138,180,124); }
H1.HeaderClassName
{
color: #8AB47C;
}
.AnyTagClassName
{
color: #8AB47C;
}
</style>
background-color css
<style>
a { background-color: #8AB47C; }
a { background-color: rgb(138,180,124); }
div.DivClassName
{
background-color: #8AB47C;
}
.BgClassName
{
background-color: #8AB47C;
}
</style>
border-color css
<style>
span { border-color: #8AB47C; }
span { border-color: rgb(138,180,124); }
td.TdClassName
{
border-color: #8AB47C;
}
.TagClassName
{
border-color: #8AB47C;
}
</style>