Shades of Elf Green #109168
Tints of Elf Green #109168
RGB
CMYK
RGB Variations
Color information
#109168 (or 0x109168) is known color: Elf Green. HEX triplet: 10, 91 and 68. RGB value is (16,145,104). Sum of RGB (Red+Green+Blue) = 16+145+104=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #109168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109168 is #EF6E97. Grayscale: #656565. Windows color (decimal): -15691416 or 6852880. OLE color: 6852880.
HSL color Cylindrical-coordinate representation of color #109168: hue angle of 160.93º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109168 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 104 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.43 |
| HSL | 160.93º | 0.8% | 0.32% | - |
| HSV(B) | 160.93º | 0.89% | 0.57% | - |
| XYZ | 12.84 | 21.36 | 16.54 | - |
| YUV | 101.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 104 | 0.89 | 0 | 0.28 | 0.43 | 160.93 | 0.8 | 0.32 |
| Hex | 10 | 91 | 68 | 59 | 0 | 1C | 2B | A1 | 50 | 20 |
| Octal | 20 | 221 | 150 | 131 | 0 | 34 | 53 | 241 | 120 | 40 |
| Binary | 10000 | 10010001 | 1101000 | 1011001 | 0 | 11100 | 101011 | 10100001 | 1010000 | 100000 |
Color Harmonies of #109168
Complementary color
Monochromatic Colors of #109168
Black with #109168
Text Example
Text Example
White with #109168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109168; }
p { color: rgb(16,145,104); }
H1.HeaderClassName
{
color: #109168;
}
.AnyTagClassName
{
color: #109168;
}
</style>
background-color css
<style>
a { background-color: #109168; }
a { background-color: rgb(16,145,104); }
div.DivClassName
{
background-color: #109168;
}
.BgClassName
{
background-color: #109168;
}
</style>
border-color css
<style>
span { border-color: #109168; }
span { border-color: rgb(16,145,104); }
td.TdClassName
{
border-color: #109168;
}
.TagClassName
{
border-color: #109168;
}
</style>