Shades of Elf Green #108D63
Tints of Elf Green #108D63
RGB
CMYK
RGB Variations
Color information
#108D63 (or 0x108D63) is known color: Elf Green. HEX triplet: 10, 8D and 63. RGB value is (16,141,99). Sum of RGB (Red+Green+Blue) = 16+141+99=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #108D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D63 is #EF729C. Grayscale: #626262. Windows color (decimal): -15692445 or 6524176. OLE color: 6524176.
HSL color Cylindrical-coordinate representation of color #108D63: hue angle of 159.84º 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 #108D63 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 99 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.45 |
| HSL | 159.84º | 0.8% | 0.31% | - |
| HSV(B) | 159.84º | 0.89% | 0.55% | - |
| XYZ | 11.99 | 20.06 | 15.04 | - |
| YUV | 98.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 99 | 0.89 | 0 | 0.30 | 0.45 | 159.84 | 0.8 | 0.31 |
| Hex | 10 | 8D | 63 | 59 | 0 | 1E | 2D | A0 | 50 | 1F |
| Octal | 20 | 215 | 143 | 131 | 0 | 36 | 55 | 240 | 120 | 37 |
| Binary | 10000 | 10001101 | 1100011 | 1011001 | 0 | 11110 | 101101 | 10100000 | 1010000 | 11111 |
Color Harmonies of #108D63
Complementary color
Monochromatic Colors of #108D63
Black with #108D63
Text Example
Text Example
White with #108D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D63; }
p { color: rgb(16,141,99); }
H1.HeaderClassName
{
color: #108D63;
}
.AnyTagClassName
{
color: #108D63;
}
</style>
background-color css
<style>
a { background-color: #108D63; }
a { background-color: rgb(16,141,99); }
div.DivClassName
{
background-color: #108D63;
}
.BgClassName
{
background-color: #108D63;
}
</style>
border-color css
<style>
span { border-color: #108D63; }
span { border-color: rgb(16,141,99); }
td.TdClassName
{
border-color: #108D63;
}
.TagClassName
{
border-color: #108D63;
}
</style>