Shades of Elf Green #1A9477
Tints of Elf Green #1A9477
RGB
CMYK
RGB Variations
Color information
#1A9477 (or 0x1A9477) is known color: Elf Green. HEX triplet: 1A, 94 and 77. RGB value is (26,148,119). Sum of RGB (Red+Green+Blue) = 26+148+119=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9477 is #E56B88. Grayscale: #6C6C6C. Windows color (decimal): -15035273 or 7836698. OLE color: 7836698.
HSL color Cylindrical-coordinate representation of color #1A9477: hue angle of 165.74º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9477 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 119 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.42 |
| HSL | 165.74º | 0.7% | 0.34% | - |
| HSV(B) | 165.74º | 0.82% | 0.58% | - |
| XYZ | 14.35 | 22.73 | 21.08 | - |
| YUV | 108.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 119 | 0.82 | 0 | 0.20 | 0.42 | 165.74 | 0.7 | 0.34 |
| Hex | 1A | 94 | 77 | 52 | 0 | 14 | 2A | A6 | 46 | 22 |
| Octal | 32 | 224 | 167 | 122 | 0 | 24 | 52 | 246 | 106 | 42 |
| Binary | 11010 | 10010100 | 1110111 | 1010010 | 0 | 10100 | 101010 | 10100110 | 1000110 | 100010 |
Color Harmonies of #1A9477
Complementary color
Monochromatic Colors of #1A9477
Black with #1A9477
Text Example
Text Example
White with #1A9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9477; }
p { color: rgb(26,148,119); }
H1.HeaderClassName
{
color: #1A9477;
}
.AnyTagClassName
{
color: #1A9477;
}
</style>
background-color css
<style>
a { background-color: #1A9477; }
a { background-color: rgb(26,148,119); }
div.DivClassName
{
background-color: #1A9477;
}
.BgClassName
{
background-color: #1A9477;
}
</style>
border-color css
<style>
span { border-color: #1A9477; }
span { border-color: rgb(26,148,119); }
td.TdClassName
{
border-color: #1A9477;
}
.TagClassName
{
border-color: #1A9477;
}
</style>