Shades of Elf Green #1A946D
Tints of Elf Green #1A946D
RGB
CMYK
RGB Variations
Color information
#1A946D (or 0x1A946D) is known color: Elf Green. HEX triplet: 1A, 94 and 6D. RGB value is (26,148,109). Sum of RGB (Red+Green+Blue) = 26+148+109=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #1A946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A946D is #E56B92. Grayscale: #6B6B6B. Windows color (decimal): -15035283 or 7181338. OLE color: 7181338.
HSL color Cylindrical-coordinate representation of color #1A946D: hue angle of 160.82º 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 #1A946D is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 109 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.42 |
| HSL | 160.82º | 0.7% | 0.34% | - |
| HSV(B) | 160.82º | 0.82% | 0.58% | - |
| XYZ | 13.78 | 22.5 | 18.09 | - |
| YUV | 107.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 109 | 0.82 | 0 | 0.26 | 0.42 | 160.82 | 0.7 | 0.34 |
| Hex | 1A | 94 | 6D | 52 | 0 | 1A | 2A | A1 | 46 | 22 |
| Octal | 32 | 224 | 155 | 122 | 0 | 32 | 52 | 241 | 106 | 42 |
| Binary | 11010 | 10010100 | 1101101 | 1010010 | 0 | 11010 | 101010 | 10100001 | 1000110 | 100010 |
Color Harmonies of #1A946D
Complementary color
Monochromatic Colors of #1A946D
Black with #1A946D
Text Example
Text Example
White with #1A946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A946D; }
p { color: rgb(26,148,109); }
H1.HeaderClassName
{
color: #1A946D;
}
.AnyTagClassName
{
color: #1A946D;
}
</style>
background-color css
<style>
a { background-color: #1A946D; }
a { background-color: rgb(26,148,109); }
div.DivClassName
{
background-color: #1A946D;
}
.BgClassName
{
background-color: #1A946D;
}
</style>
border-color css
<style>
span { border-color: #1A946D; }
span { border-color: rgb(26,148,109); }
td.TdClassName
{
border-color: #1A946D;
}
.TagClassName
{
border-color: #1A946D;
}
</style>