Shades of Elf Green #1A9369
Tints of Elf Green #1A9369
RGB
CMYK
RGB Variations
Color information
#1A9369 (or 0x1A9369) is known color: Elf Green. HEX triplet: 1A, 93 and 69. RGB value is (26,147,105). Sum of RGB (Red+Green+Blue) = 26+147+105=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9369 is #E56C96. Grayscale: #6A6A6A. Windows color (decimal): -15035543 or 6918938. OLE color: 6918938.
HSL color Cylindrical-coordinate representation of color #1A9369: hue angle of 159.17º 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 #1A9369 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 105 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.42 |
| HSL | 159.17º | 0.7% | 0.34% | - |
| HSV(B) | 159.17º | 0.82% | 0.58% | - |
| XYZ | 13.41 | 22.11 | 16.92 | - |
| YUV | 106.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 105 | 0.82 | 0 | 0.29 | 0.42 | 159.17 | 0.7 | 0.34 |
| Hex | 1A | 93 | 69 | 52 | 0 | 1D | 2A | 9F | 46 | 22 |
| Octal | 32 | 223 | 151 | 122 | 0 | 35 | 52 | 237 | 106 | 42 |
| Binary | 11010 | 10010011 | 1101001 | 1010010 | 0 | 11101 | 101010 | 10011111 | 1000110 | 100010 |
Color Harmonies of #1A9369
Complementary color
Monochromatic Colors of #1A9369
Black with #1A9369
Text Example
Text Example
White with #1A9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9369; }
p { color: rgb(26,147,105); }
H1.HeaderClassName
{
color: #1A9369;
}
.AnyTagClassName
{
color: #1A9369;
}
</style>
background-color css
<style>
a { background-color: #1A9369; }
a { background-color: rgb(26,147,105); }
div.DivClassName
{
background-color: #1A9369;
}
.BgClassName
{
background-color: #1A9369;
}
</style>
border-color css
<style>
span { border-color: #1A9369; }
span { border-color: rgb(26,147,105); }
td.TdClassName
{
border-color: #1A9369;
}
.TagClassName
{
border-color: #1A9369;
}
</style>