Shades of Elf Green #1A9478
Tints of Elf Green #1A9478
RGB
CMYK
RGB Variations
Color information
#1A9478 (or 0x1A9478) is known color: Elf Green. HEX triplet: 1A, 94 and 78. RGB value is (26,148,120). Sum of RGB (Red+Green+Blue) = 26+148+120=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9478 is #E56B87. Grayscale: #6C6C6C. Windows color (decimal): -15035272 or 7902234. OLE color: 7902234.
HSL color Cylindrical-coordinate representation of color #1A9478: hue angle of 166.23º 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 #1A9478 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 120 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.42 |
| HSL | 166.23º | 0.7% | 0.34% | - |
| HSV(B) | 166.23º | 0.82% | 0.58% | - |
| XYZ | 14.41 | 22.76 | 21.4 | - |
| YUV | 108.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 120 | 0.82 | 0 | 0.19 | 0.42 | 166.23 | 0.7 | 0.34 |
| Hex | 1A | 94 | 78 | 52 | 0 | 13 | 2A | A6 | 46 | 22 |
| Octal | 32 | 224 | 170 | 122 | 0 | 23 | 52 | 246 | 106 | 42 |
| Binary | 11010 | 10010100 | 1111000 | 1010010 | 0 | 10011 | 101010 | 10100110 | 1000110 | 100010 |
Color Harmonies of #1A9478
Complementary color
Monochromatic Colors of #1A9478
Black with #1A9478
Text Example
Text Example
White with #1A9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9478; }
p { color: rgb(26,148,120); }
H1.HeaderClassName
{
color: #1A9478;
}
.AnyTagClassName
{
color: #1A9478;
}
</style>
background-color css
<style>
a { background-color: #1A9478; }
a { background-color: rgb(26,148,120); }
div.DivClassName
{
background-color: #1A9478;
}
.BgClassName
{
background-color: #1A9478;
}
</style>
border-color css
<style>
span { border-color: #1A9478; }
span { border-color: rgb(26,148,120); }
td.TdClassName
{
border-color: #1A9478;
}
.TagClassName
{
border-color: #1A9478;
}
</style>