Shades of Elf Green #1A8E7D
Tints of Elf Green #1A8E7D
RGB
CMYK
RGB Variations
Color information
#1A8E7D (or 0x1A8E7D) is known color: Elf Green. HEX triplet: 1A, 8E and 7D. RGB value is (26,142,125). Sum of RGB (Red+Green+Blue) = 26+142+125=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E7D is #E57182. Grayscale: #696969. Windows color (decimal): -15036803 or 8228378. OLE color: 8228378.
HSL color Cylindrical-coordinate representation of color #1A8E7D: hue angle of 171.21º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E7D is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 125 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.44 |
| HSL | 171.21º | 0.69% | 0.33% | - |
| HSV(B) | 171.21º | 0.82% | 0.56% | - |
| XYZ | 13.8 | 21.05 | 22.74 | - |
| YUV | 105.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 125 | 0.82 | 0 | 0.12 | 0.44 | 171.21 | 0.69 | 0.33 |
| Hex | 1A | 8E | 7D | 52 | 0 | C | 2C | AB | 45 | 21 |
| Octal | 32 | 216 | 175 | 122 | 0 | 14 | 54 | 253 | 105 | 41 |
| Binary | 11010 | 10001110 | 1111101 | 1010010 | 0 | 1100 | 101100 | 10101011 | 1000101 | 100001 |
Color Harmonies of #1A8E7D
Complementary color
Monochromatic Colors of #1A8E7D
Black with #1A8E7D
Text Example
Text Example
White with #1A8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E7D; }
p { color: rgb(26,142,125); }
H1.HeaderClassName
{
color: #1A8E7D;
}
.AnyTagClassName
{
color: #1A8E7D;
}
</style>
background-color css
<style>
a { background-color: #1A8E7D; }
a { background-color: rgb(26,142,125); }
div.DivClassName
{
background-color: #1A8E7D;
}
.BgClassName
{
background-color: #1A8E7D;
}
</style>
border-color css
<style>
span { border-color: #1A8E7D; }
span { border-color: rgb(26,142,125); }
td.TdClassName
{
border-color: #1A8E7D;
}
.TagClassName
{
border-color: #1A8E7D;
}
</style>