Shades of Elf Green #109263
Tints of Elf Green #109263
RGB
CMYK
RGB Variations
Color information
#109263 (or 0x109263) is known color: Elf Green. HEX triplet: 10, 92 and 63. RGB value is (16,146,99). Sum of RGB (Red+Green+Blue) = 16+146+99=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #109263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109263 is #EF6D9C. Grayscale: #656565. Windows color (decimal): -15691165 or 6525456. OLE color: 6525456.
HSL color Cylindrical-coordinate representation of color #109263: hue angle of 158.31º 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 #109263 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 99 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.43 |
| HSL | 158.31º | 0.8% | 0.32% | - |
| HSV(B) | 158.31º | 0.89% | 0.57% | - |
| XYZ | 12.74 | 21.57 | 15.3 | - |
| YUV | 101.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 99 | 0.89 | 0 | 0.32 | 0.43 | 158.31 | 0.8 | 0.32 |
| Hex | 10 | 92 | 63 | 59 | 0 | 20 | 2B | 9E | 50 | 20 |
| Octal | 20 | 222 | 143 | 131 | 0 | 40 | 53 | 236 | 120 | 40 |
| Binary | 10000 | 10010010 | 1100011 | 1011001 | 0 | 100000 | 101011 | 10011110 | 1010000 | 100000 |
Color Harmonies of #109263
Complementary color
Monochromatic Colors of #109263
Black with #109263
Text Example
Text Example
White with #109263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109263; }
p { color: rgb(16,146,99); }
H1.HeaderClassName
{
color: #109263;
}
.AnyTagClassName
{
color: #109263;
}
</style>
background-color css
<style>
a { background-color: #109263; }
a { background-color: rgb(16,146,99); }
div.DivClassName
{
background-color: #109263;
}
.BgClassName
{
background-color: #109263;
}
</style>
border-color css
<style>
span { border-color: #109263; }
span { border-color: rgb(16,146,99); }
td.TdClassName
{
border-color: #109263;
}
.TagClassName
{
border-color: #109263;
}
</style>