Shades of Elf Green #169462
Tints of Elf Green #169462
RGB
CMYK
RGB Variations
Color information
#169462 (or 0x169462) is known color: Elf Green. HEX triplet: 16, 94 and 62. RGB value is (22,148,98). Sum of RGB (Red+Green+Blue) = 22+148+98=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #169462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169462 is #E96B9D. Grayscale: #686868. Windows color (decimal): -15297438 or 6460438. OLE color: 6460438.
HSL color Cylindrical-coordinate representation of color #169462: hue angle of 156.19º 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 #169462 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 98 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.42 |
| HSL | 156.19º | 0.74% | 0.33% | - |
| HSV(B) | 156.19º | 0.85% | 0.58% | - |
| XYZ | 13.13 | 22.23 | 15.15 | - |
| YUV | 104.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 98 | 0.85 | 0 | 0.34 | 0.42 | 156.19 | 0.74 | 0.33 |
| Hex | 16 | 94 | 62 | 55 | 0 | 22 | 2A | 9C | 4A | 21 |
| Octal | 26 | 224 | 142 | 125 | 0 | 42 | 52 | 234 | 112 | 41 |
| Binary | 10110 | 10010100 | 1100010 | 1010101 | 0 | 100010 | 101010 | 10011100 | 1001010 | 100001 |
Color Harmonies of #169462
Complementary color
Monochromatic Colors of #169462
Black with #169462
Text Example
Text Example
White with #169462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169462; }
p { color: rgb(22,148,98); }
H1.HeaderClassName
{
color: #169462;
}
.AnyTagClassName
{
color: #169462;
}
</style>
background-color css
<style>
a { background-color: #169462; }
a { background-color: rgb(22,148,98); }
div.DivClassName
{
background-color: #169462;
}
.BgClassName
{
background-color: #169462;
}
</style>
border-color css
<style>
span { border-color: #169462; }
span { border-color: rgb(22,148,98); }
td.TdClassName
{
border-color: #169462;
}
.TagClassName
{
border-color: #169462;
}
</style>