Shades of Elf Green #169263
Tints of Elf Green #169263
RGB
CMYK
RGB Variations
Color information
#169263 (or 0x169263) is known color: Elf Green. HEX triplet: 16, 92 and 63. RGB value is (22,146,99). Sum of RGB (Red+Green+Blue) = 22+146+99=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #169263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169263 is #E96D9C. Grayscale: #676767. Windows color (decimal): -15297949 or 6525462. OLE color: 6525462.
HSL color Cylindrical-coordinate representation of color #169263: hue angle of 157.26º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169263 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 99 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.43 |
| HSL | 157.26º | 0.74% | 0.33% | - |
| HSV(B) | 157.26º | 0.85% | 0.57% | - |
| XYZ | 12.86 | 21.63 | 15.3 | - |
| YUV | 103.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 99 | 0.85 | 0 | 0.32 | 0.43 | 157.26 | 0.74 | 0.33 |
| Hex | 16 | 92 | 63 | 55 | 0 | 20 | 2B | 9D | 4A | 21 |
| Octal | 26 | 222 | 143 | 125 | 0 | 40 | 53 | 235 | 112 | 41 |
| Binary | 10110 | 10010010 | 1100011 | 1010101 | 0 | 100000 | 101011 | 10011101 | 1001010 | 100001 |
Color Harmonies of #169263
Complementary color
Monochromatic Colors of #169263
Black with #169263
Text Example
Text Example
White with #169263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169263; }
p { color: rgb(22,146,99); }
H1.HeaderClassName
{
color: #169263;
}
.AnyTagClassName
{
color: #169263;
}
</style>
background-color css
<style>
a { background-color: #169263; }
a { background-color: rgb(22,146,99); }
div.DivClassName
{
background-color: #169263;
}
.BgClassName
{
background-color: #169263;
}
</style>
border-color css
<style>
span { border-color: #169263; }
span { border-color: rgb(22,146,99); }
td.TdClassName
{
border-color: #169263;
}
.TagClassName
{
border-color: #169263;
}
</style>