Shades of Elf Green #1A8D7E
Tints of Elf Green #1A8D7E
RGB
CMYK
RGB Variations
Color information
#1A8D7E (or 0x1A8D7E) is known color: Elf Green. HEX triplet: 1A, 8D and 7E. RGB value is (26,141,126). Sum of RGB (Red+Green+Blue) = 26+141+126=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D7E is #E57281. Grayscale: #686868. Windows color (decimal): -15037058 or 8293658. OLE color: 8293658.
HSL color Cylindrical-coordinate representation of color #1A8D7E: hue angle of 172.17º 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 #1A8D7E is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 126 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.45 |
| HSL | 172.17º | 0.69% | 0.33% | - |
| HSV(B) | 172.17º | 0.82% | 0.55% | - |
| XYZ | 13.72 | 20.78 | 23.03 | - |
| YUV | 104.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 126 | 0.82 | 0 | 0.11 | 0.45 | 172.17 | 0.69 | 0.33 |
| Hex | 1A | 8D | 7E | 52 | 0 | B | 2D | AC | 45 | 21 |
| Octal | 32 | 215 | 176 | 122 | 0 | 13 | 55 | 254 | 105 | 41 |
| Binary | 11010 | 10001101 | 1111110 | 1010010 | 0 | 1011 | 101101 | 10101100 | 1000101 | 100001 |
Color Harmonies of #1A8D7E
Complementary color
Monochromatic Colors of #1A8D7E
Black with #1A8D7E
Text Example
Text Example
White with #1A8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D7E; }
p { color: rgb(26,141,126); }
H1.HeaderClassName
{
color: #1A8D7E;
}
.AnyTagClassName
{
color: #1A8D7E;
}
</style>
background-color css
<style>
a { background-color: #1A8D7E; }
a { background-color: rgb(26,141,126); }
div.DivClassName
{
background-color: #1A8D7E;
}
.BgClassName
{
background-color: #1A8D7E;
}
</style>
border-color css
<style>
span { border-color: #1A8D7E; }
span { border-color: rgb(26,141,126); }
td.TdClassName
{
border-color: #1A8D7E;
}
.TagClassName
{
border-color: #1A8D7E;
}
</style>