Shades of Amulet #8AB07E
Tints of Amulet #8AB07E
RGB
CMYK
RGB Variations
Color information
#8AB07E (or 0x8AB07E) is known color: Amulet. HEX triplet: 8A, B0 and 7E. RGB value is (138,176,126). Sum of RGB (Red+Green+Blue) = 138+176+126=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB07E is #754F81. Grayscale: #9F9F9F. Windows color (decimal): -7688066 or 8302730. OLE color: 8302730.
HSL color Cylindrical-coordinate representation of color #8AB07E: hue angle of 105.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AB07E is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 126 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.31 |
| HSL | 105.6º | 0.24% | 0.59% | - |
| HSV(B) | 105.6º | 0.28% | 0.69% | - |
| XYZ | 29.77 | 37.96 | 25.5 | - |
| YUV | 158.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 126 | 0.22 | 0 | 0.28 | 0.31 | 105.6 | 0.24 | 0.59 |
| Hex | 8A | B0 | 7E | 16 | 0 | 1C | 1F | 6A | 18 | 3B |
| Octal | 212 | 260 | 176 | 26 | 0 | 34 | 37 | 152 | 30 | 73 |
| Binary | 10001010 | 10110000 | 1111110 | 10110 | 0 | 11100 | 11111 | 1101010 | 11000 | 111011 |
Color Harmonies of #8AB07E
Complementary color
Monochromatic Colors of #8AB07E
Black with #8AB07E
Text Example
Text Example
White with #8AB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB07E; }
p { color: rgb(138,176,126); }
H1.HeaderClassName
{
color: #8AB07E;
}
.AnyTagClassName
{
color: #8AB07E;
}
</style>
background-color css
<style>
a { background-color: #8AB07E; }
a { background-color: rgb(138,176,126); }
div.DivClassName
{
background-color: #8AB07E;
}
.BgClassName
{
background-color: #8AB07E;
}
</style>
border-color css
<style>
span { border-color: #8AB07E; }
span { border-color: rgb(138,176,126); }
td.TdClassName
{
border-color: #8AB07E;
}
.TagClassName
{
border-color: #8AB07E;
}
</style>