Shades of Amulet #8AB27D
Tints of Amulet #8AB27D
RGB
CMYK
RGB Variations
Color information
#8AB27D (or 0x8AB27D) is known color: Amulet. HEX triplet: 8A, B2 and 7D. RGB value is (138,178,125). Sum of RGB (Red+Green+Blue) = 138+178+125=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB27D is #754D82. Grayscale: #A0A0A0. Windows color (decimal): -7687555 or 8237706. OLE color: 8237706.
HSL color Cylindrical-coordinate representation of color #8AB27D: hue angle of 105.28º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AB27D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 125 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.30 |
| HSL | 105.28º | 0.26% | 0.59% | - |
| HSV(B) | 105.28º | 0.3% | 0.7% | - |
| XYZ | 30.1 | 38.72 | 25.29 | - |
| YUV | 160 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 125 | 0.22 | 0 | 0.30 | 0.30 | 105.28 | 0.26 | 0.59 |
| Hex | 8A | B2 | 7D | 16 | 0 | 1E | 1E | 69 | 1A | 3B |
| Octal | 212 | 262 | 175 | 26 | 0 | 36 | 36 | 151 | 32 | 73 |
| Binary | 10001010 | 10110010 | 1111101 | 10110 | 0 | 11110 | 11110 | 1101001 | 11010 | 111011 |
Color Harmonies of #8AB27D
Complementary color
Monochromatic Colors of #8AB27D
Black with #8AB27D
Text Example
Text Example
White with #8AB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB27D; }
p { color: rgb(138,178,125); }
H1.HeaderClassName
{
color: #8AB27D;
}
.AnyTagClassName
{
color: #8AB27D;
}
</style>
background-color css
<style>
a { background-color: #8AB27D; }
a { background-color: rgb(138,178,125); }
div.DivClassName
{
background-color: #8AB27D;
}
.BgClassName
{
background-color: #8AB27D;
}
</style>
border-color css
<style>
span { border-color: #8AB27D; }
span { border-color: rgb(138,178,125); }
td.TdClassName
{
border-color: #8AB27D;
}
.TagClassName
{
border-color: #8AB27D;
}
</style>