Shades of Elf Green #1A9276
Tints of Elf Green #1A9276
RGB
CMYK
RGB Variations
Color information
#1A9276 (or 0x1A9276) is known color: Elf Green. HEX triplet: 1A, 92 and 76. RGB value is (26,146,118). Sum of RGB (Red+Green+Blue) = 26+146+118=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9276 is #E56D89. Grayscale: #6A6A6A. Windows color (decimal): -15035786 or 7770650. OLE color: 7770650.
HSL color Cylindrical-coordinate representation of color #1A9276: hue angle of 166º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9276 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 118 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.43 |
| HSL | 166º | 0.7% | 0.34% | - |
| HSV(B) | 166º | 0.82% | 0.57% | - |
| XYZ | 13.97 | 22.09 | 20.67 | - |
| YUV | 106.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 118 | 0.82 | 0 | 0.19 | 0.43 | 166 | 0.7 | 0.34 |
| Hex | 1A | 92 | 76 | 52 | 0 | 13 | 2B | A6 | 46 | 22 |
| Octal | 32 | 222 | 166 | 122 | 0 | 23 | 53 | 246 | 106 | 42 |
| Binary | 11010 | 10010010 | 1110110 | 1010010 | 0 | 10011 | 101011 | 10100110 | 1000110 | 100010 |
Color Harmonies of #1A9276
Complementary color
Monochromatic Colors of #1A9276
Black with #1A9276
Text Example
Text Example
White with #1A9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9276; }
p { color: rgb(26,146,118); }
H1.HeaderClassName
{
color: #1A9276;
}
.AnyTagClassName
{
color: #1A9276;
}
</style>
background-color css
<style>
a { background-color: #1A9276; }
a { background-color: rgb(26,146,118); }
div.DivClassName
{
background-color: #1A9276;
}
.BgClassName
{
background-color: #1A9276;
}
</style>
border-color css
<style>
span { border-color: #1A9276; }
span { border-color: rgb(26,146,118); }
td.TdClassName
{
border-color: #1A9276;
}
.TagClassName
{
border-color: #1A9276;
}
</style>