Shades of Amulet #8AA27C
Tints of Amulet #8AA27C
RGB
CMYK
RGB Variations
Color information
#8AA27C (or 0x8AA27C) is known color: Amulet. HEX triplet: 8A, A2 and 7C. RGB value is (138,162,124). Sum of RGB (Red+Green+Blue) = 138+162+124=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA27C is #755D83. Grayscale: #969696. Windows color (decimal): -7691652 or 8168074. OLE color: 8168074.
HSL color Cylindrical-coordinate representation of color #8AA27C: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA27C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 124 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.36 |
| HSL | 97.89º | 0.17% | 0.56% | - |
| HSV(B) | 97.89º | 0.23% | 0.64% | - |
| XYZ | 27.04 | 32.7 | 23.96 | - |
| YUV | 150.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 124 | 0.15 | 0 | 0.23 | 0.36 | 97.89 | 0.17 | 0.56 |
| Hex | 8A | A2 | 7C | F | 0 | 17 | 24 | 62 | 11 | 38 |
| Octal | 212 | 242 | 174 | 17 | 0 | 27 | 44 | 142 | 21 | 70 |
| Binary | 10001010 | 10100010 | 1111100 | 1111 | 0 | 10111 | 100100 | 1100010 | 10001 | 111000 |
Color Harmonies of #8AA27C
Complementary color
Monochromatic Colors of #8AA27C
Black with #8AA27C
Text Example
Text Example
White with #8AA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA27C; }
p { color: rgb(138,162,124); }
H1.HeaderClassName
{
color: #8AA27C;
}
.AnyTagClassName
{
color: #8AA27C;
}
</style>
background-color css
<style>
a { background-color: #8AA27C; }
a { background-color: rgb(138,162,124); }
div.DivClassName
{
background-color: #8AA27C;
}
.BgClassName
{
background-color: #8AA27C;
}
</style>
border-color css
<style>
span { border-color: #8AA27C; }
span { border-color: rgb(138,162,124); }
td.TdClassName
{
border-color: #8AA27C;
}
.TagClassName
{
border-color: #8AA27C;
}
</style>