Shades of Elf Green #1A9377
Tints of Elf Green #1A9377
RGB
CMYK
RGB Variations
Color information
#1A9377 (or 0x1A9377) is known color: Elf Green. HEX triplet: 1A, 93 and 77. RGB value is (26,147,119). Sum of RGB (Red+Green+Blue) = 26+147+119=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9377 is #E56C88. Grayscale: #6B6B6B. Windows color (decimal): -15035529 or 7836442. OLE color: 7836442.
HSL color Cylindrical-coordinate representation of color #1A9377: hue angle of 166.12º 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 #1A9377 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 119 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.42 |
| HSL | 166.12º | 0.7% | 0.34% | - |
| HSV(B) | 166.12º | 0.82% | 0.58% | - |
| XYZ | 14.19 | 22.42 | 21.03 | - |
| YUV | 107.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 119 | 0.82 | 0 | 0.19 | 0.42 | 166.12 | 0.7 | 0.34 |
| Hex | 1A | 93 | 77 | 52 | 0 | 13 | 2A | A6 | 46 | 22 |
| Octal | 32 | 223 | 167 | 122 | 0 | 23 | 52 | 246 | 106 | 42 |
| Binary | 11010 | 10010011 | 1110111 | 1010010 | 0 | 10011 | 101010 | 10100110 | 1000110 | 100010 |
Color Harmonies of #1A9377
Complementary color
Monochromatic Colors of #1A9377
Black with #1A9377
Text Example
Text Example
White with #1A9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9377; }
p { color: rgb(26,147,119); }
H1.HeaderClassName
{
color: #1A9377;
}
.AnyTagClassName
{
color: #1A9377;
}
</style>
background-color css
<style>
a { background-color: #1A9377; }
a { background-color: rgb(26,147,119); }
div.DivClassName
{
background-color: #1A9377;
}
.BgClassName
{
background-color: #1A9377;
}
</style>
border-color css
<style>
span { border-color: #1A9377; }
span { border-color: rgb(26,147,119); }
td.TdClassName
{
border-color: #1A9377;
}
.TagClassName
{
border-color: #1A9377;
}
</style>