Shades of Elf Green #1A9374
Tints of Elf Green #1A9374
RGB
CMYK
RGB Variations
Color information
#1A9374 (or 0x1A9374) is known color: Elf Green. HEX triplet: 1A, 93 and 74. RGB value is (26,147,116). Sum of RGB (Red+Green+Blue) = 26+147+116=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9374 is #E56C8B. Grayscale: #6B6B6B. Windows color (decimal): -15035532 or 7639834. OLE color: 7639834.
HSL color Cylindrical-coordinate representation of color #1A9374: hue angle of 164.63º 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 #1A9374 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 116 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.42 |
| HSL | 164.63º | 0.7% | 0.34% | - |
| HSV(B) | 164.63º | 0.82% | 0.58% | - |
| XYZ | 14.01 | 22.35 | 20.1 | - |
| YUV | 107.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 116 | 0.82 | 0 | 0.21 | 0.42 | 164.63 | 0.7 | 0.34 |
| Hex | 1A | 93 | 74 | 52 | 0 | 15 | 2A | A5 | 46 | 22 |
| Octal | 32 | 223 | 164 | 122 | 0 | 25 | 52 | 245 | 106 | 42 |
| Binary | 11010 | 10010011 | 1110100 | 1010010 | 0 | 10101 | 101010 | 10100101 | 1000110 | 100010 |
Color Harmonies of #1A9374
Complementary color
Monochromatic Colors of #1A9374
Black with #1A9374
Text Example
Text Example
White with #1A9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9374; }
p { color: rgb(26,147,116); }
H1.HeaderClassName
{
color: #1A9374;
}
.AnyTagClassName
{
color: #1A9374;
}
</style>
background-color css
<style>
a { background-color: #1A9374; }
a { background-color: rgb(26,147,116); }
div.DivClassName
{
background-color: #1A9374;
}
.BgClassName
{
background-color: #1A9374;
}
</style>
border-color css
<style>
span { border-color: #1A9374; }
span { border-color: rgb(26,147,116); }
td.TdClassName
{
border-color: #1A9374;
}
.TagClassName
{
border-color: #1A9374;
}
</style>