Shades of Elf Green #169275
Tints of Elf Green #169275
RGB
CMYK
RGB Variations
Color information
#169275 (or 0x169275) is known color: Elf Green. HEX triplet: 16, 92 and 75. RGB value is (22,146,117). Sum of RGB (Red+Green+Blue) = 22+146+117=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #169275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169275 is #E96D8A. Grayscale: #696969. Windows color (decimal): -15297931 or 7705110. OLE color: 7705110.
HSL color Cylindrical-coordinate representation of color #169275: hue angle of 165.97º 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 #169275 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 117 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.43 |
| HSL | 165.97º | 0.74% | 0.33% | - |
| HSV(B) | 165.97º | 0.85% | 0.57% | - |
| XYZ | 13.82 | 22.01 | 20.35 | - |
| YUV | 105.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 117 | 0.85 | 0 | 0.20 | 0.43 | 165.97 | 0.74 | 0.33 |
| Hex | 16 | 92 | 75 | 55 | 0 | 14 | 2B | A6 | 4A | 21 |
| Octal | 26 | 222 | 165 | 125 | 0 | 24 | 53 | 246 | 112 | 41 |
| Binary | 10110 | 10010010 | 1110101 | 1010101 | 0 | 10100 | 101011 | 10100110 | 1001010 | 100001 |
Color Harmonies of #169275
Complementary color
Monochromatic Colors of #169275
Black with #169275
Text Example
Text Example
White with #169275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169275; }
p { color: rgb(22,146,117); }
H1.HeaderClassName
{
color: #169275;
}
.AnyTagClassName
{
color: #169275;
}
</style>
background-color css
<style>
a { background-color: #169275; }
a { background-color: rgb(22,146,117); }
div.DivClassName
{
background-color: #169275;
}
.BgClassName
{
background-color: #169275;
}
</style>
border-color css
<style>
span { border-color: #169275; }
span { border-color: rgb(22,146,117); }
td.TdClassName
{
border-color: #169275;
}
.TagClassName
{
border-color: #169275;
}
</style>