Shades of Elf Green #1A8F7E
Tints of Elf Green #1A8F7E
RGB
CMYK
RGB Variations
Color information
#1A8F7E (or 0x1A8F7E) is known color: Elf Green. HEX triplet: 1A, 8F and 7E. RGB value is (26,143,126). Sum of RGB (Red+Green+Blue) = 26+143+126=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8F7E is #E57081. Grayscale: #6A6A6A. Windows color (decimal): -15036546 or 8294170. OLE color: 8294170.
HSL color Cylindrical-coordinate representation of color #1A8F7E: hue angle of 171.28º 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 #1A8F7E is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 126 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.44 |
| HSL | 171.28º | 0.69% | 0.33% | - |
| HSV(B) | 171.28º | 0.82% | 0.56% | - |
| XYZ | 14.01 | 21.37 | 23.13 | - |
| YUV | 106.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 126 | 0.82 | 0 | 0.12 | 0.44 | 171.28 | 0.69 | 0.33 |
| Hex | 1A | 8F | 7E | 52 | 0 | C | 2C | AB | 45 | 21 |
| Octal | 32 | 217 | 176 | 122 | 0 | 14 | 54 | 253 | 105 | 41 |
| Binary | 11010 | 10001111 | 1111110 | 1010010 | 0 | 1100 | 101100 | 10101011 | 1000101 | 100001 |
Color Harmonies of #1A8F7E
Complementary color
Monochromatic Colors of #1A8F7E
Black with #1A8F7E
Text Example
Text Example
White with #1A8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F7E; }
p { color: rgb(26,143,126); }
H1.HeaderClassName
{
color: #1A8F7E;
}
.AnyTagClassName
{
color: #1A8F7E;
}
</style>
background-color css
<style>
a { background-color: #1A8F7E; }
a { background-color: rgb(26,143,126); }
div.DivClassName
{
background-color: #1A8F7E;
}
.BgClassName
{
background-color: #1A8F7E;
}
</style>
border-color css
<style>
span { border-color: #1A8F7E; }
span { border-color: rgb(26,143,126); }
td.TdClassName
{
border-color: #1A8F7E;
}
.TagClassName
{
border-color: #1A8F7E;
}
</style>