Shades of Elf Green #169074
Tints of Elf Green #169074
RGB
CMYK
RGB Variations
Color information
#169074 (or 0x169074) is known color: Elf Green. HEX triplet: 16, 90 and 74. RGB value is (22,144,116). Sum of RGB (Red+Green+Blue) = 22+144+116=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #169074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169074 is #E96F8B. Grayscale: #686868. Windows color (decimal): -15298444 or 7639062. OLE color: 7639062.
HSL color Cylindrical-coordinate representation of color #169074: hue angle of 166.23º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169074 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 144 | 116 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.44 |
| HSL | 166.23º | 0.73% | 0.33% | - |
| HSV(B) | 166.23º | 0.85% | 0.56% | - |
| XYZ | 13.46 | 21.38 | 19.94 | - |
| YUV | 104.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 116 | 0.85 | 0 | 0.19 | 0.44 | 166.23 | 0.73 | 0.33 |
| Hex | 16 | 90 | 74 | 55 | 0 | 13 | 2C | A6 | 49 | 21 |
| Octal | 26 | 220 | 164 | 125 | 0 | 23 | 54 | 246 | 111 | 41 |
| Binary | 10110 | 10010000 | 1110100 | 1010101 | 0 | 10011 | 101100 | 10100110 | 1001001 | 100001 |
Color Harmonies of #169074
Complementary color
Monochromatic Colors of #169074
Black with #169074
Text Example
Text Example
White with #169074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169074; }
p { color: rgb(22,144,116); }
H1.HeaderClassName
{
color: #169074;
}
.AnyTagClassName
{
color: #169074;
}
</style>
background-color css
<style>
a { background-color: #169074; }
a { background-color: rgb(22,144,116); }
div.DivClassName
{
background-color: #169074;
}
.BgClassName
{
background-color: #169074;
}
</style>
border-color css
<style>
span { border-color: #169074; }
span { border-color: rgb(22,144,116); }
td.TdClassName
{
border-color: #169074;
}
.TagClassName
{
border-color: #169074;
}
</style>