Shades of Elf Green #1A8B71
Tints of Elf Green #1A8B71
RGB
CMYK
RGB Variations
Color information
#1A8B71 (or 0x1A8B71) is known color: Elf Green. HEX triplet: 1A, 8B and 71. RGB value is (26,139,113). Sum of RGB (Red+Green+Blue) = 26+139+113=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B71 is #E5748E. Grayscale: #666666. Windows color (decimal): -15037583 or 7441178. OLE color: 7441178.
HSL color Cylindrical-coordinate representation of color #1A8B71: hue angle of 166.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B71 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 113 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.45 |
| HSL | 166.19º | 0.68% | 0.32% | - |
| HSV(B) | 166.19º | 0.81% | 0.55% | - |
| XYZ | 12.64 | 19.88 | 18.79 | - |
| YUV | 102.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 113 | 0.81 | 0 | 0.19 | 0.45 | 166.19 | 0.68 | 0.32 |
| Hex | 1A | 8B | 71 | 51 | 0 | 13 | 2D | A6 | 44 | 20 |
| Octal | 32 | 213 | 161 | 121 | 0 | 23 | 55 | 246 | 104 | 40 |
| Binary | 11010 | 10001011 | 1110001 | 1010001 | 0 | 10011 | 101101 | 10100110 | 1000100 | 100000 |
Color Harmonies of #1A8B71
Complementary color
Monochromatic Colors of #1A8B71
Black with #1A8B71
Text Example
Text Example
White with #1A8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B71; }
p { color: rgb(26,139,113); }
H1.HeaderClassName
{
color: #1A8B71;
}
.AnyTagClassName
{
color: #1A8B71;
}
</style>
background-color css
<style>
a { background-color: #1A8B71; }
a { background-color: rgb(26,139,113); }
div.DivClassName
{
background-color: #1A8B71;
}
.BgClassName
{
background-color: #1A8B71;
}
</style>
border-color css
<style>
span { border-color: #1A8B71; }
span { border-color: rgb(26,139,113); }
td.TdClassName
{
border-color: #1A8B71;
}
.TagClassName
{
border-color: #1A8B71;
}
</style>