Shades of Amulet #8AB27C
Tints of Amulet #8AB27C
RGB
CMYK
RGB Variations
Color information
#8AB27C (or 0x8AB27C) is known color: Amulet. HEX triplet: 8A, B2 and 7C. RGB value is (138,178,124). Sum of RGB (Red+Green+Blue) = 138+178+124=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB27C is #754D83. Grayscale: #A0A0A0. Windows color (decimal): -7687556 or 8172170. OLE color: 8172170.
HSL color Cylindrical-coordinate representation of color #8AB27C: hue angle of 104.44º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AB27C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 124 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.30 |
| HSL | 104.44º | 0.26% | 0.59% | - |
| HSV(B) | 104.44º | 0.3% | 0.7% | - |
| XYZ | 30.04 | 38.7 | 24.96 | - |
| YUV | 159.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 124 | 0.22 | 0 | 0.30 | 0.30 | 104.44 | 0.26 | 0.59 |
| Hex | 8A | B2 | 7C | 16 | 0 | 1E | 1E | 68 | 1A | 3B |
| Octal | 212 | 262 | 174 | 26 | 0 | 36 | 36 | 150 | 32 | 73 |
| Binary | 10001010 | 10110010 | 1111100 | 10110 | 0 | 11110 | 11110 | 1101000 | 11010 | 111011 |
Color Harmonies of #8AB27C
Complementary color
Monochromatic Colors of #8AB27C
Black with #8AB27C
Text Example
Text Example
White with #8AB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB27C; }
p { color: rgb(138,178,124); }
H1.HeaderClassName
{
color: #8AB27C;
}
.AnyTagClassName
{
color: #8AB27C;
}
</style>
background-color css
<style>
a { background-color: #8AB27C; }
a { background-color: rgb(138,178,124); }
div.DivClassName
{
background-color: #8AB27C;
}
.BgClassName
{
background-color: #8AB27C;
}
</style>
border-color css
<style>
span { border-color: #8AB27C; }
span { border-color: rgb(138,178,124); }
td.TdClassName
{
border-color: #8AB27C;
}
.TagClassName
{
border-color: #8AB27C;
}
</style>