Shades of Elf Green #1A8967
Tints of Elf Green #1A8967
RGB
CMYK
RGB Variations
Color information
#1A8967 (or 0x1A8967) is known color: Elf Green. HEX triplet: 1A, 89 and 67. RGB value is (26,137,103). Sum of RGB (Red+Green+Blue) = 26+137+103=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8967 is #E57698. Grayscale: #636363. Windows color (decimal): -15038105 or 6785306. OLE color: 6785306.
HSL color Cylindrical-coordinate representation of color #1A8967: hue angle of 161.62º 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 #1A8967 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 103 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.46 |
| HSL | 161.62º | 0.68% | 0.32% | - |
| HSV(B) | 161.62º | 0.81% | 0.54% | - |
| XYZ | 11.82 | 19.09 | 15.89 | - |
| YUV | 99.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 103 | 0.81 | 0 | 0.25 | 0.46 | 161.62 | 0.68 | 0.32 |
| Hex | 1A | 89 | 67 | 51 | 0 | 19 | 2E | A2 | 44 | 20 |
| Octal | 32 | 211 | 147 | 121 | 0 | 31 | 56 | 242 | 104 | 40 |
| Binary | 11010 | 10001001 | 1100111 | 1010001 | 0 | 11001 | 101110 | 10100010 | 1000100 | 100000 |
Color Harmonies of #1A8967
Complementary color
Monochromatic Colors of #1A8967
Black with #1A8967
Text Example
Text Example
White with #1A8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8967; }
p { color: rgb(26,137,103); }
H1.HeaderClassName
{
color: #1A8967;
}
.AnyTagClassName
{
color: #1A8967;
}
</style>
background-color css
<style>
a { background-color: #1A8967; }
a { background-color: rgb(26,137,103); }
div.DivClassName
{
background-color: #1A8967;
}
.BgClassName
{
background-color: #1A8967;
}
</style>
border-color css
<style>
span { border-color: #1A8967; }
span { border-color: rgb(26,137,103); }
td.TdClassName
{
border-color: #1A8967;
}
.TagClassName
{
border-color: #1A8967;
}
</style>