Shades of Elf Green #1A9467
Tints of Elf Green #1A9467
RGB
CMYK
RGB Variations
Color information
#1A9467 (or 0x1A9467) is known color: Elf Green. HEX triplet: 1A, 94 and 67. RGB value is (26,148,103). Sum of RGB (Red+Green+Blue) = 26+148+103=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9467 is #E56B98. Grayscale: #6A6A6A. Windows color (decimal): -15035289 or 6788122. OLE color: 6788122.
HSL color Cylindrical-coordinate representation of color #1A9467: hue angle of 157.87º 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 #1A9467 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 103 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.42 |
| HSL | 157.87º | 0.7% | 0.34% | - |
| HSV(B) | 157.87º | 0.82% | 0.58% | - |
| XYZ | 13.46 | 22.38 | 16.44 | - |
| YUV | 106.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 103 | 0.82 | 0 | 0.30 | 0.42 | 157.87 | 0.7 | 0.34 |
| Hex | 1A | 94 | 67 | 52 | 0 | 1E | 2A | 9E | 46 | 22 |
| Octal | 32 | 224 | 147 | 122 | 0 | 36 | 52 | 236 | 106 | 42 |
| Binary | 11010 | 10010100 | 1100111 | 1010010 | 0 | 11110 | 101010 | 10011110 | 1000110 | 100010 |
Color Harmonies of #1A9467
Complementary color
Monochromatic Colors of #1A9467
Black with #1A9467
Text Example
Text Example
White with #1A9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9467; }
p { color: rgb(26,148,103); }
H1.HeaderClassName
{
color: #1A9467;
}
.AnyTagClassName
{
color: #1A9467;
}
</style>
background-color css
<style>
a { background-color: #1A9467; }
a { background-color: rgb(26,148,103); }
div.DivClassName
{
background-color: #1A9467;
}
.BgClassName
{
background-color: #1A9467;
}
</style>
border-color css
<style>
span { border-color: #1A9467; }
span { border-color: rgb(26,148,103); }
td.TdClassName
{
border-color: #1A9467;
}
.TagClassName
{
border-color: #1A9467;
}
</style>