Shades of Elf Green #1A8D78
Tints of Elf Green #1A8D78
RGB
CMYK
RGB Variations
Color information
#1A8D78 (or 0x1A8D78) is known color: Elf Green. HEX triplet: 1A, 8D and 78. RGB value is (26,141,120). Sum of RGB (Red+Green+Blue) = 26+141+120=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D78 is #E57287. Grayscale: #686868. Windows color (decimal): -15037064 or 7900442. OLE color: 7900442.
HSL color Cylindrical-coordinate representation of color #1A8D78: hue angle of 169.04º 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 #1A8D78 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 120 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.45 |
| HSL | 169.04º | 0.69% | 0.33% | - |
| HSV(B) | 169.04º | 0.82% | 0.55% | - |
| XYZ | 13.34 | 20.63 | 21.05 | - |
| YUV | 104.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 120 | 0.82 | 0 | 0.15 | 0.45 | 169.04 | 0.69 | 0.33 |
| Hex | 1A | 8D | 78 | 52 | 0 | F | 2D | A9 | 45 | 21 |
| Octal | 32 | 215 | 170 | 122 | 0 | 17 | 55 | 251 | 105 | 41 |
| Binary | 11010 | 10001101 | 1111000 | 1010010 | 0 | 1111 | 101101 | 10101001 | 1000101 | 100001 |
Color Harmonies of #1A8D78
Complementary color
Monochromatic Colors of #1A8D78
Black with #1A8D78
Text Example
Text Example
White with #1A8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D78; }
p { color: rgb(26,141,120); }
H1.HeaderClassName
{
color: #1A8D78;
}
.AnyTagClassName
{
color: #1A8D78;
}
</style>
background-color css
<style>
a { background-color: #1A8D78; }
a { background-color: rgb(26,141,120); }
div.DivClassName
{
background-color: #1A8D78;
}
.BgClassName
{
background-color: #1A8D78;
}
</style>
border-color css
<style>
span { border-color: #1A8D78; }
span { border-color: rgb(26,141,120); }
td.TdClassName
{
border-color: #1A8D78;
}
.TagClassName
{
border-color: #1A8D78;
}
</style>