Shades of Elf Green #1A8662
Tints of Elf Green #1A8662
RGB
CMYK
RGB Variations
Color information
#1A8662 (or 0x1A8662) is known color: Elf Green. HEX triplet: 1A, 86 and 62. RGB value is (26,134,98). Sum of RGB (Red+Green+Blue) = 26+134+98=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8662 is #E5799D. Grayscale: #616161. Windows color (decimal): -15038878 or 6456858. OLE color: 6456858.
HSL color Cylindrical-coordinate representation of color #1A8662: hue angle of 160º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8662 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 98 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.47 |
| HSL | 160º | 0.68% | 0.31% | - |
| HSV(B) | 160º | 0.81% | 0.53% | - |
| XYZ | 11.16 | 18.15 | 14.47 | - |
| YUV | 97.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 98 | 0.81 | 0 | 0.27 | 0.47 | 160 | 0.68 | 0.31 |
| Hex | 1A | 86 | 62 | 51 | 0 | 1B | 2F | A0 | 44 | 1F |
| Octal | 32 | 206 | 142 | 121 | 0 | 33 | 57 | 240 | 104 | 37 |
| Binary | 11010 | 10000110 | 1100010 | 1010001 | 0 | 11011 | 101111 | 10100000 | 1000100 | 11111 |
Color Harmonies of #1A8662
Complementary color
Monochromatic Colors of #1A8662
Black with #1A8662
Text Example
Text Example
White with #1A8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8662; }
p { color: rgb(26,134,98); }
H1.HeaderClassName
{
color: #1A8662;
}
.AnyTagClassName
{
color: #1A8662;
}
</style>
background-color css
<style>
a { background-color: #1A8662; }
a { background-color: rgb(26,134,98); }
div.DivClassName
{
background-color: #1A8662;
}
.BgClassName
{
background-color: #1A8662;
}
</style>
border-color css
<style>
span { border-color: #1A8662; }
span { border-color: rgb(26,134,98); }
td.TdClassName
{
border-color: #1A8662;
}
.TagClassName
{
border-color: #1A8662;
}
</style>