Shades of Amulet #8DA07E
Tints of Amulet #8DA07E
RGB
CMYK
RGB Variations
Color information
#8DA07E (or 0x8DA07E) is known color: Amulet. HEX triplet: 8D, A0 and 7E. RGB value is (141,160,126). Sum of RGB (Red+Green+Blue) = 141+160+126=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA07E is #725F81. Grayscale: #969696. Windows color (decimal): -7495554 or 8298637. OLE color: 8298637.
HSL color Cylindrical-coordinate representation of color #8DA07E: hue angle of 93.53º 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 #8DA07E is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 126 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.37 |
| HSL | 93.53º | 0.15% | 0.56% | - |
| HSV(B) | 93.53º | 0.21% | 0.63% | - |
| XYZ | 27.32 | 32.31 | 24.54 | - |
| YUV | 150.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 126 | 0.12 | 0 | 0.21 | 0.37 | 93.53 | 0.15 | 0.56 |
| Hex | 8D | A0 | 7E | C | 0 | 15 | 25 | 5E | F | 38 |
| Octal | 215 | 240 | 176 | 14 | 0 | 25 | 45 | 136 | 17 | 70 |
| Binary | 10001101 | 10100000 | 1111110 | 1100 | 0 | 10101 | 100101 | 1011110 | 1111 | 111000 |
Color Harmonies of #8DA07E
Complementary color
Monochromatic Colors of #8DA07E
Black with #8DA07E
Text Example
Text Example
White with #8DA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA07E; }
p { color: rgb(141,160,126); }
H1.HeaderClassName
{
color: #8DA07E;
}
.AnyTagClassName
{
color: #8DA07E;
}
</style>
background-color css
<style>
a { background-color: #8DA07E; }
a { background-color: rgb(141,160,126); }
div.DivClassName
{
background-color: #8DA07E;
}
.BgClassName
{
background-color: #8DA07E;
}
</style>
border-color css
<style>
span { border-color: #8DA07E; }
span { border-color: rgb(141,160,126); }
td.TdClassName
{
border-color: #8DA07E;
}
.TagClassName
{
border-color: #8DA07E;
}
</style>