Shades of Elf Green #229A6A
Tints of Elf Green #229A6A
RGB
CMYK
RGB Variations
Color information
#229A6A (or 0x229A6A) is known color: Elf Green. HEX triplet: 22, 9A and 6A. RGB value is (34,154,106). Sum of RGB (Red+Green+Blue) = 34+154+106=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #229A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229A6A is #DD6595. Grayscale: #707070. Windows color (decimal): -14509462 or 6986274. OLE color: 6986274.
HSL color Cylindrical-coordinate representation of color #229A6A: hue angle of 156º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A6A is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 106 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.40 |
| HSL | 156º | 0.64% | 0.37% | - |
| HSV(B) | 156º | 0.78% | 0.6% | - |
| XYZ | 14.82 | 24.49 | 17.58 | - |
| YUV | 112.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 106 | 0.78 | 0 | 0.31 | 0.40 | 156 | 0.64 | 0.37 |
| Hex | 22 | 9A | 6A | 4E | 0 | 1F | 28 | 9C | 40 | 25 |
| Octal | 42 | 232 | 152 | 116 | 0 | 37 | 50 | 234 | 100 | 45 |
| Binary | 100010 | 10011010 | 1101010 | 1001110 | 0 | 11111 | 101000 | 10011100 | 1000000 | 100101 |
Color Harmonies of #229A6A
Complementary color
Monochromatic Colors of #229A6A
Black with #229A6A
Text Example
Text Example
White with #229A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A6A; }
p { color: rgb(34,154,106); }
H1.HeaderClassName
{
color: #229A6A;
}
.AnyTagClassName
{
color: #229A6A;
}
</style>
background-color css
<style>
a { background-color: #229A6A; }
a { background-color: rgb(34,154,106); }
div.DivClassName
{
background-color: #229A6A;
}
.BgClassName
{
background-color: #229A6A;
}
</style>
border-color css
<style>
span { border-color: #229A6A; }
span { border-color: rgb(34,154,106); }
td.TdClassName
{
border-color: #229A6A;
}
.TagClassName
{
border-color: #229A6A;
}
</style>