Shades of Amulet #8AA17A
Tints of Amulet #8AA17A
RGB
CMYK
RGB Variations
Color information
#8AA17A (or 0x8AA17A) is known color: Amulet. HEX triplet: 8A, A1 and 7A. RGB value is (138,161,122). Sum of RGB (Red+Green+Blue) = 138+161+122=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA17A is #755E85. Grayscale: #959595. Windows color (decimal): -7691910 or 8036746. OLE color: 8036746.
HSL color Cylindrical-coordinate representation of color #8AA17A: hue angle of 95.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA17A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 122 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.37 |
| HSL | 95.38º | 0.17% | 0.55% | - |
| HSV(B) | 95.38º | 0.24% | 0.63% | - |
| XYZ | 26.74 | 32.3 | 23.24 | - |
| YUV | 149.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 122 | 0.14 | 0 | 0.24 | 0.37 | 95.38 | 0.17 | 0.55 |
| Hex | 8A | A1 | 7A | E | 0 | 18 | 25 | 5F | 11 | 37 |
| Octal | 212 | 241 | 172 | 16 | 0 | 30 | 45 | 137 | 21 | 67 |
| Binary | 10001010 | 10100001 | 1111010 | 1110 | 0 | 11000 | 100101 | 1011111 | 10001 | 110111 |
Color Harmonies of #8AA17A
Complementary color
Monochromatic Colors of #8AA17A
Black with #8AA17A
Text Example
Text Example
White with #8AA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA17A; }
p { color: rgb(138,161,122); }
H1.HeaderClassName
{
color: #8AA17A;
}
.AnyTagClassName
{
color: #8AA17A;
}
</style>
background-color css
<style>
a { background-color: #8AA17A; }
a { background-color: rgb(138,161,122); }
div.DivClassName
{
background-color: #8AA17A;
}
.BgClassName
{
background-color: #8AA17A;
}
</style>
border-color css
<style>
span { border-color: #8AA17A; }
span { border-color: rgb(138,161,122); }
td.TdClassName
{
border-color: #8AA17A;
}
.TagClassName
{
border-color: #8AA17A;
}
</style>