Shades of Elf Green #1A9371
Tints of Elf Green #1A9371
RGB
CMYK
RGB Variations
Color information
#1A9371 (or 0x1A9371) is known color: Elf Green. HEX triplet: 1A, 93 and 71. RGB value is (26,147,113). Sum of RGB (Red+Green+Blue) = 26+147+113=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9371 is #E56C8E. Grayscale: #6A6A6A. Windows color (decimal): -15035535 or 7443226. OLE color: 7443226.
HSL color Cylindrical-coordinate representation of color #1A9371: hue angle of 163.14º 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 #1A9371 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 113 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.42 |
| HSL | 163.14º | 0.7% | 0.34% | - |
| HSV(B) | 163.14º | 0.82% | 0.58% | - |
| XYZ | 13.84 | 22.28 | 19.19 | - |
| YUV | 106.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 113 | 0.82 | 0 | 0.23 | 0.42 | 163.14 | 0.7 | 0.34 |
| Hex | 1A | 93 | 71 | 52 | 0 | 17 | 2A | A3 | 46 | 22 |
| Octal | 32 | 223 | 161 | 122 | 0 | 27 | 52 | 243 | 106 | 42 |
| Binary | 11010 | 10010011 | 1110001 | 1010010 | 0 | 10111 | 101010 | 10100011 | 1000110 | 100010 |
Color Harmonies of #1A9371
Complementary color
Monochromatic Colors of #1A9371
Black with #1A9371
Text Example
Text Example
White with #1A9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9371; }
p { color: rgb(26,147,113); }
H1.HeaderClassName
{
color: #1A9371;
}
.AnyTagClassName
{
color: #1A9371;
}
</style>
background-color css
<style>
a { background-color: #1A9371; }
a { background-color: rgb(26,147,113); }
div.DivClassName
{
background-color: #1A9371;
}
.BgClassName
{
background-color: #1A9371;
}
</style>
border-color css
<style>
span { border-color: #1A9371; }
span { border-color: rgb(26,147,113); }
td.TdClassName
{
border-color: #1A9371;
}
.TagClassName
{
border-color: #1A9371;
}
</style>