Shades of Elf Green #1A8D71
Tints of Elf Green #1A8D71
RGB
CMYK
RGB Variations
Color information
#1A8D71 (or 0x1A8D71) is known color: Elf Green. HEX triplet: 1A, 8D and 71. RGB value is (26,141,113). Sum of RGB (Red+Green+Blue) = 26+141+113=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D71 is #E5728E. Grayscale: #676767. Windows color (decimal): -15037071 or 7441690. OLE color: 7441690.
HSL color Cylindrical-coordinate representation of color #1A8D71: hue angle of 165.39º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D71 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 113 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.45 |
| HSL | 165.39º | 0.69% | 0.33% | - |
| HSV(B) | 165.39º | 0.82% | 0.55% | - |
| XYZ | 12.93 | 20.46 | 18.89 | - |
| YUV | 103.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 113 | 0.82 | 0 | 0.20 | 0.45 | 165.39 | 0.69 | 0.33 |
| Hex | 1A | 8D | 71 | 52 | 0 | 14 | 2D | A5 | 45 | 21 |
| Octal | 32 | 215 | 161 | 122 | 0 | 24 | 55 | 245 | 105 | 41 |
| Binary | 11010 | 10001101 | 1110001 | 1010010 | 0 | 10100 | 101101 | 10100101 | 1000101 | 100001 |
Color Harmonies of #1A8D71
Complementary color
Monochromatic Colors of #1A8D71
Black with #1A8D71
Text Example
Text Example
White with #1A8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D71; }
p { color: rgb(26,141,113); }
H1.HeaderClassName
{
color: #1A8D71;
}
.AnyTagClassName
{
color: #1A8D71;
}
</style>
background-color css
<style>
a { background-color: #1A8D71; }
a { background-color: rgb(26,141,113); }
div.DivClassName
{
background-color: #1A8D71;
}
.BgClassName
{
background-color: #1A8D71;
}
</style>
border-color css
<style>
span { border-color: #1A8D71; }
span { border-color: rgb(26,141,113); }
td.TdClassName
{
border-color: #1A8D71;
}
.TagClassName
{
border-color: #1A8D71;
}
</style>