Shades of Elf Green #169066
Tints of Elf Green #169066
RGB
CMYK
RGB Variations
Color information
#169066 (or 0x169066) is known color: Elf Green. HEX triplet: 16, 90 and 66. RGB value is (22,144,102). Sum of RGB (Red+Green+Blue) = 22+144+102=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #169066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169066 is #E96F99. Grayscale: #666666. Windows color (decimal): -15298458 or 6721558. OLE color: 6721558.
HSL color Cylindrical-coordinate representation of color #169066: hue angle of 159.34º 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 #169066 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 144 | 102 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.44 |
| HSL | 159.34º | 0.73% | 0.33% | - |
| HSV(B) | 159.34º | 0.85% | 0.56% | - |
| XYZ | 12.7 | 21.08 | 15.97 | - |
| YUV | 102.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 102 | 0.85 | 0 | 0.29 | 0.44 | 159.34 | 0.73 | 0.33 |
| Hex | 16 | 90 | 66 | 55 | 0 | 1D | 2C | 9F | 49 | 21 |
| Octal | 26 | 220 | 146 | 125 | 0 | 35 | 54 | 237 | 111 | 41 |
| Binary | 10110 | 10010000 | 1100110 | 1010101 | 0 | 11101 | 101100 | 10011111 | 1001001 | 100001 |
Color Harmonies of #169066
Complementary color
Monochromatic Colors of #169066
Black with #169066
Text Example
Text Example
White with #169066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169066; }
p { color: rgb(22,144,102); }
H1.HeaderClassName
{
color: #169066;
}
.AnyTagClassName
{
color: #169066;
}
</style>
background-color css
<style>
a { background-color: #169066; }
a { background-color: rgb(22,144,102); }
div.DivClassName
{
background-color: #169066;
}
.BgClassName
{
background-color: #169066;
}
</style>
border-color css
<style>
span { border-color: #169066; }
span { border-color: rgb(22,144,102); }
td.TdClassName
{
border-color: #169066;
}
.TagClassName
{
border-color: #169066;
}
</style>