Shades of Elf Green #1A986D
Tints of Elf Green #1A986D
RGB
CMYK
RGB Variations
Color information
#1A986D (or 0x1A986D) is known color: Elf Green. HEX triplet: 1A, 98 and 6D. RGB value is (26,152,109). Sum of RGB (Red+Green+Blue) = 26+152+109=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #1A986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A986D is #E56792. Grayscale: #6D6D6D. Windows color (decimal): -15034259 or 7182362. OLE color: 7182362.
HSL color Cylindrical-coordinate representation of color #1A986D: hue angle of 159.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A986D is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 152 | 109 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.40 |
| HSL | 159.52º | 0.71% | 0.35% | - |
| HSV(B) | 159.52º | 0.83% | 0.6% | - |
| XYZ | 14.41 | 23.78 | 18.3 | - |
| YUV | 109.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 152 | 109 | 0.83 | 0 | 0.28 | 0.40 | 159.52 | 0.71 | 0.35 |
| Hex | 1A | 98 | 6D | 53 | 0 | 1C | 28 | A0 | 47 | 23 |
| Octal | 32 | 230 | 155 | 123 | 0 | 34 | 50 | 240 | 107 | 43 |
| Binary | 11010 | 10011000 | 1101101 | 1010011 | 0 | 11100 | 101000 | 10100000 | 1000111 | 100011 |
Color Harmonies of #1A986D
Complementary color
Monochromatic Colors of #1A986D
Black with #1A986D
Text Example
Text Example
White with #1A986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A986D; }
p { color: rgb(26,152,109); }
H1.HeaderClassName
{
color: #1A986D;
}
.AnyTagClassName
{
color: #1A986D;
}
</style>
background-color css
<style>
a { background-color: #1A986D; }
a { background-color: rgb(26,152,109); }
div.DivClassName
{
background-color: #1A986D;
}
.BgClassName
{
background-color: #1A986D;
}
</style>
border-color css
<style>
span { border-color: #1A986D; }
span { border-color: rgb(26,152,109); }
td.TdClassName
{
border-color: #1A986D;
}
.TagClassName
{
border-color: #1A986D;
}
</style>