Shades of Amulet #8AA27F
Tints of Amulet #8AA27F
RGB
CMYK
RGB Variations
Color information
#8AA27F (or 0x8AA27F) is known color: Amulet. HEX triplet: 8A, A2 and 7F. RGB value is (138,162,127). Sum of RGB (Red+Green+Blue) = 138+162+127=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA27F is #755D80. Grayscale: #969696. Windows color (decimal): -7691649 or 8364682. OLE color: 8364682.
HSL color Cylindrical-coordinate representation of color #8AA27F: hue angle of 101.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA27F is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 127 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.36 |
| HSL | 101.14º | 0.16% | 0.57% | - |
| HSV(B) | 101.14º | 0.22% | 0.64% | - |
| XYZ | 27.23 | 32.78 | 24.97 | - |
| YUV | 150.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 127 | 0.15 | 0 | 0.22 | 0.36 | 101.14 | 0.16 | 0.57 |
| Hex | 8A | A2 | 7F | F | 0 | 16 | 24 | 65 | 10 | 39 |
| Octal | 212 | 242 | 177 | 17 | 0 | 26 | 44 | 145 | 20 | 71 |
| Binary | 10001010 | 10100010 | 1111111 | 1111 | 0 | 10110 | 100100 | 1100101 | 10000 | 111001 |
Color Harmonies of #8AA27F
Complementary color
Monochromatic Colors of #8AA27F
Black with #8AA27F
Text Example
Text Example
White with #8AA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA27F; }
p { color: rgb(138,162,127); }
H1.HeaderClassName
{
color: #8AA27F;
}
.AnyTagClassName
{
color: #8AA27F;
}
</style>
background-color css
<style>
a { background-color: #8AA27F; }
a { background-color: rgb(138,162,127); }
div.DivClassName
{
background-color: #8AA27F;
}
.BgClassName
{
background-color: #8AA27F;
}
</style>
border-color css
<style>
span { border-color: #8AA27F; }
span { border-color: rgb(138,162,127); }
td.TdClassName
{
border-color: #8AA27F;
}
.TagClassName
{
border-color: #8AA27F;
}
</style>