Shades of Elf Green #22A270
Tints of Elf Green #22A270
RGB
CMYK
RGB Variations
Color information
#22A270 (or 0x22A270) is known color: Elf Green. HEX triplet: 22, A2 and 70. RGB value is (34,162,112). Sum of RGB (Red+Green+Blue) = 34+162+112=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #22A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A270 is #DD5D8F. Grayscale: #767676. Windows color (decimal): -14507408 or 7381538. OLE color: 7381538.
HSL color Cylindrical-coordinate representation of color #22A270: hue angle of 156.56º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A270 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 112 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.36 |
| HSL | 156.56º | 0.65% | 0.38% | - |
| HSV(B) | 156.56º | 0.79% | 0.64% | - |
| XYZ | 16.5 | 27.35 | 19.74 | - |
| YUV | 118.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 112 | 0.79 | 0 | 0.31 | 0.36 | 156.56 | 0.65 | 0.38 |
| Hex | 22 | A2 | 70 | 4F | 0 | 1F | 24 | 9D | 41 | 26 |
| Octal | 42 | 242 | 160 | 117 | 0 | 37 | 44 | 235 | 101 | 46 |
| Binary | 100010 | 10100010 | 1110000 | 1001111 | 0 | 11111 | 100100 | 10011101 | 1000001 | 100110 |
Color Harmonies of #22A270
Complementary color
Monochromatic Colors of #22A270
Black with #22A270
Text Example
Text Example
White with #22A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A270; }
p { color: rgb(34,162,112); }
H1.HeaderClassName
{
color: #22A270;
}
.AnyTagClassName
{
color: #22A270;
}
</style>
background-color css
<style>
a { background-color: #22A270; }
a { background-color: rgb(34,162,112); }
div.DivClassName
{
background-color: #22A270;
}
.BgClassName
{
background-color: #22A270;
}
</style>
border-color css
<style>
span { border-color: #22A270; }
span { border-color: rgb(34,162,112); }
td.TdClassName
{
border-color: #22A270;
}
.TagClassName
{
border-color: #22A270;
}
</style>