Shades of Elf Green #108D64
Tints of Elf Green #108D64
RGB
CMYK
RGB Variations
Color information
#108D64 (or 0x108D64) is known color: Elf Green. HEX triplet: 10, 8D and 64. RGB value is (16,141,100). Sum of RGB (Red+Green+Blue) = 16+141+100=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #108D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D64 is #EF729B. Grayscale: #626262. Windows color (decimal): -15692444 or 6589712. OLE color: 6589712.
HSL color Cylindrical-coordinate representation of color #108D64: hue angle of 160.32º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D64 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 100 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.45 |
| HSL | 160.32º | 0.8% | 0.31% | - |
| HSV(B) | 160.32º | 0.89% | 0.55% | - |
| XYZ | 12.04 | 20.08 | 15.3 | - |
| YUV | 98.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 100 | 0.89 | 0 | 0.29 | 0.45 | 160.32 | 0.8 | 0.31 |
| Hex | 10 | 8D | 64 | 59 | 0 | 1D | 2D | A0 | 50 | 1F |
| Octal | 20 | 215 | 144 | 131 | 0 | 35 | 55 | 240 | 120 | 37 |
| Binary | 10000 | 10001101 | 1100100 | 1011001 | 0 | 11101 | 101101 | 10100000 | 1010000 | 11111 |
Color Harmonies of #108D64
Complementary color
Monochromatic Colors of #108D64
Black with #108D64
Text Example
Text Example
White with #108D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D64; }
p { color: rgb(16,141,100); }
H1.HeaderClassName
{
color: #108D64;
}
.AnyTagClassName
{
color: #108D64;
}
</style>
background-color css
<style>
a { background-color: #108D64; }
a { background-color: rgb(16,141,100); }
div.DivClassName
{
background-color: #108D64;
}
.BgClassName
{
background-color: #108D64;
}
</style>
border-color css
<style>
span { border-color: #108D64; }
span { border-color: rgb(16,141,100); }
td.TdClassName
{
border-color: #108D64;
}
.TagClassName
{
border-color: #108D64;
}
</style>