Shades of Elf Green #169363
Tints of Elf Green #169363
RGB
CMYK
RGB Variations
Color information
#169363 (or 0x169363) is known color: Elf Green. HEX triplet: 16, 93 and 63. RGB value is (22,147,99). Sum of RGB (Red+Green+Blue) = 22+147+99=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #169363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169363 is #E96C9C. Grayscale: #686868. Windows color (decimal): -15297693 or 6525718. OLE color: 6525718.
HSL color Cylindrical-coordinate representation of color #169363: hue angle of 156.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169363 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 147 | 99 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.42 |
| HSL | 156.96º | 0.74% | 0.33% | - |
| HSV(B) | 156.96º | 0.85% | 0.58% | - |
| XYZ | 13.02 | 21.94 | 15.35 | - |
| YUV | 104.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 99 | 0.85 | 0 | 0.33 | 0.42 | 156.96 | 0.74 | 0.33 |
| Hex | 16 | 93 | 63 | 55 | 0 | 21 | 2A | 9D | 4A | 21 |
| Octal | 26 | 223 | 143 | 125 | 0 | 41 | 52 | 235 | 112 | 41 |
| Binary | 10110 | 10010011 | 1100011 | 1010101 | 0 | 100001 | 101010 | 10011101 | 1001010 | 100001 |
Color Harmonies of #169363
Complementary color
Monochromatic Colors of #169363
Black with #169363
Text Example
Text Example
White with #169363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169363; }
p { color: rgb(22,147,99); }
H1.HeaderClassName
{
color: #169363;
}
.AnyTagClassName
{
color: #169363;
}
</style>
background-color css
<style>
a { background-color: #169363; }
a { background-color: rgb(22,147,99); }
div.DivClassName
{
background-color: #169363;
}
.BgClassName
{
background-color: #169363;
}
</style>
border-color css
<style>
span { border-color: #169363; }
span { border-color: rgb(22,147,99); }
td.TdClassName
{
border-color: #169363;
}
.TagClassName
{
border-color: #169363;
}
</style>