Shades of Elf Green #1A9679
Tints of Elf Green #1A9679
RGB
CMYK
RGB Variations
Color information
#1A9679 (or 0x1A9679) is known color: Elf Green. HEX triplet: 1A, 96 and 79. RGB value is (26,150,121). Sum of RGB (Red+Green+Blue) = 26+150+121=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #1A9679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9679 is #E56986. Grayscale: #6D6D6D. Windows color (decimal): -15034759 or 7968282. OLE color: 7968282.
HSL color Cylindrical-coordinate representation of color #1A9679: hue angle of 165.97º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9679 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 121 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.41 |
| HSL | 165.97º | 0.7% | 0.35% | - |
| HSV(B) | 165.97º | 0.83% | 0.59% | - |
| XYZ | 14.78 | 23.41 | 21.83 | - |
| YUV | 109.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 121 | 0.83 | 0 | 0.19 | 0.41 | 165.97 | 0.7 | 0.35 |
| Hex | 1A | 96 | 79 | 53 | 0 | 13 | 29 | A6 | 46 | 23 |
| Octal | 32 | 226 | 171 | 123 | 0 | 23 | 51 | 246 | 106 | 43 |
| Binary | 11010 | 10010110 | 1111001 | 1010011 | 0 | 10011 | 101001 | 10100110 | 1000110 | 100011 |
Color Harmonies of #1A9679
Complementary color
Monochromatic Colors of #1A9679
Black with #1A9679
Text Example
Text Example
White with #1A9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9679; }
p { color: rgb(26,150,121); }
H1.HeaderClassName
{
color: #1A9679;
}
.AnyTagClassName
{
color: #1A9679;
}
</style>
background-color css
<style>
a { background-color: #1A9679; }
a { background-color: rgb(26,150,121); }
div.DivClassName
{
background-color: #1A9679;
}
.BgClassName
{
background-color: #1A9679;
}
</style>
border-color css
<style>
span { border-color: #1A9679; }
span { border-color: rgb(26,150,121); }
td.TdClassName
{
border-color: #1A9679;
}
.TagClassName
{
border-color: #1A9679;
}
</style>