Shades of Amulet #8AA27E
Tints of Amulet #8AA27E
RGB
CMYK
RGB Variations
Color information
#8AA27E (or 0x8AA27E) is known color: Amulet. HEX triplet: 8A, A2 and 7E. RGB value is (138,162,126). Sum of RGB (Red+Green+Blue) = 138+162+126=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA27E is #755D81. Grayscale: #969696. Windows color (decimal): -7691650 or 8299146. OLE color: 8299146.
HSL color Cylindrical-coordinate representation of color #8AA27E: hue angle of 100º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA27E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 126 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.36 |
| HSL | 100º | 0.16% | 0.56% | - |
| HSV(B) | 100º | 0.22% | 0.64% | - |
| XYZ | 27.17 | 32.75 | 24.63 | - |
| YUV | 150.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 126 | 0.15 | 0 | 0.22 | 0.36 | 100 | 0.16 | 0.56 |
| Hex | 8A | A2 | 7E | F | 0 | 16 | 24 | 64 | 10 | 38 |
| Octal | 212 | 242 | 176 | 17 | 0 | 26 | 44 | 144 | 20 | 70 |
| Binary | 10001010 | 10100010 | 1111110 | 1111 | 0 | 10110 | 100100 | 1100100 | 10000 | 111000 |
Color Harmonies of #8AA27E
Complementary color
Monochromatic Colors of #8AA27E
Black with #8AA27E
Text Example
Text Example
White with #8AA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA27E; }
p { color: rgb(138,162,126); }
H1.HeaderClassName
{
color: #8AA27E;
}
.AnyTagClassName
{
color: #8AA27E;
}
</style>
background-color css
<style>
a { background-color: #8AA27E; }
a { background-color: rgb(138,162,126); }
div.DivClassName
{
background-color: #8AA27E;
}
.BgClassName
{
background-color: #8AA27E;
}
</style>
border-color css
<style>
span { border-color: #8AA27E; }
span { border-color: rgb(138,162,126); }
td.TdClassName
{
border-color: #8AA27E;
}
.TagClassName
{
border-color: #8AA27E;
}
</style>