Shades of Elf Green #109073
Tints of Elf Green #109073
RGB
CMYK
RGB Variations
Color information
#109073 (or 0x109073) is known color: Elf Green. HEX triplet: 10, 90 and 73. RGB value is (16,144,115). Sum of RGB (Red+Green+Blue) = 16+144+115=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #109073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109073 is #EF6F8C. Grayscale: #666666. Windows color (decimal): -15691661 or 7573520. OLE color: 7573520.
HSL color Cylindrical-coordinate representation of color #109073: hue angle of 166.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109073 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 115 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.44 |
| HSL | 166.41º | 0.8% | 0.31% | - |
| HSV(B) | 166.41º | 0.89% | 0.56% | - |
| XYZ | 13.28 | 21.29 | 19.63 | - |
| YUV | 102.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 115 | 0.89 | 0 | 0.20 | 0.44 | 166.41 | 0.8 | 0.31 |
| Hex | 10 | 90 | 73 | 59 | 0 | 14 | 2C | A6 | 50 | 1F |
| Octal | 20 | 220 | 163 | 131 | 0 | 24 | 54 | 246 | 120 | 37 |
| Binary | 10000 | 10010000 | 1110011 | 1011001 | 0 | 10100 | 101100 | 10100110 | 1010000 | 11111 |
Color Harmonies of #109073
Complementary color
Monochromatic Colors of #109073
Black with #109073
Text Example
Text Example
White with #109073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109073; }
p { color: rgb(16,144,115); }
H1.HeaderClassName
{
color: #109073;
}
.AnyTagClassName
{
color: #109073;
}
</style>
background-color css
<style>
a { background-color: #109073; }
a { background-color: rgb(16,144,115); }
div.DivClassName
{
background-color: #109073;
}
.BgClassName
{
background-color: #109073;
}
</style>
border-color css
<style>
span { border-color: #109073; }
span { border-color: rgb(16,144,115); }
td.TdClassName
{
border-color: #109073;
}
.TagClassName
{
border-color: #109073;
}
</style>