Shades of Amulet #8AA17F
Tints of Amulet #8AA17F
RGB
CMYK
RGB Variations
Color information
#8AA17F (or 0x8AA17F) is known color: Amulet. HEX triplet: 8A, A1 and 7F. RGB value is (138,161,127). Sum of RGB (Red+Green+Blue) = 138+161+127=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA17F is #755E80. Grayscale: #969696. Windows color (decimal): -7691905 or 8364426. OLE color: 8364426.
HSL color Cylindrical-coordinate representation of color #8AA17F: hue angle of 100.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA17F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 127 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.37 |
| HSL | 100.59º | 0.15% | 0.56% | - |
| HSV(B) | 100.59º | 0.21% | 0.63% | - |
| XYZ | 27.06 | 32.43 | 24.91 | - |
| YUV | 150.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 127 | 0.14 | 0 | 0.21 | 0.37 | 100.59 | 0.15 | 0.56 |
| Hex | 8A | A1 | 7F | E | 0 | 15 | 25 | 65 | F | 38 |
| Octal | 212 | 241 | 177 | 16 | 0 | 25 | 45 | 145 | 17 | 70 |
| Binary | 10001010 | 10100001 | 1111111 | 1110 | 0 | 10101 | 100101 | 1100101 | 1111 | 111000 |
Color Harmonies of #8AA17F
Complementary color
Monochromatic Colors of #8AA17F
Black with #8AA17F
Text Example
Text Example
White with #8AA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA17F; }
p { color: rgb(138,161,127); }
H1.HeaderClassName
{
color: #8AA17F;
}
.AnyTagClassName
{
color: #8AA17F;
}
</style>
background-color css
<style>
a { background-color: #8AA17F; }
a { background-color: rgb(138,161,127); }
div.DivClassName
{
background-color: #8AA17F;
}
.BgClassName
{
background-color: #8AA17F;
}
</style>
border-color css
<style>
span { border-color: #8AA17F; }
span { border-color: rgb(138,161,127); }
td.TdClassName
{
border-color: #8AA17F;
}
.TagClassName
{
border-color: #8AA17F;
}
</style>