Shades of Elf Green #1A8961
Tints of Elf Green #1A8961
RGB
CMYK
RGB Variations
Color information
#1A8961 (or 0x1A8961) is known color: Elf Green. HEX triplet: 1A, 89 and 61. RGB value is (26,137,97). Sum of RGB (Red+Green+Blue) = 26+137+97=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8961 is #E5769E. Grayscale: #636363. Windows color (decimal): -15038111 or 6392090. OLE color: 6392090.
HSL color Cylindrical-coordinate representation of color #1A8961: hue angle of 158.38º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8961 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 97 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.46 |
| HSL | 158.38º | 0.68% | 0.32% | - |
| HSV(B) | 158.38º | 0.81% | 0.54% | - |
| XYZ | 11.53 | 18.97 | 14.36 | - |
| YUV | 99.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 97 | 0.81 | 0 | 0.29 | 0.46 | 158.38 | 0.68 | 0.32 |
| Hex | 1A | 89 | 61 | 51 | 0 | 1D | 2E | 9E | 44 | 20 |
| Octal | 32 | 211 | 141 | 121 | 0 | 35 | 56 | 236 | 104 | 40 |
| Binary | 11010 | 10001001 | 1100001 | 1010001 | 0 | 11101 | 101110 | 10011110 | 1000100 | 100000 |
Color Harmonies of #1A8961
Complementary color
Monochromatic Colors of #1A8961
Black with #1A8961
Text Example
Text Example
White with #1A8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8961; }
p { color: rgb(26,137,97); }
H1.HeaderClassName
{
color: #1A8961;
}
.AnyTagClassName
{
color: #1A8961;
}
</style>
background-color css
<style>
a { background-color: #1A8961; }
a { background-color: rgb(26,137,97); }
div.DivClassName
{
background-color: #1A8961;
}
.BgClassName
{
background-color: #1A8961;
}
</style>
border-color css
<style>
span { border-color: #1A8961; }
span { border-color: rgb(26,137,97); }
td.TdClassName
{
border-color: #1A8961;
}
.TagClassName
{
border-color: #1A8961;
}
</style>