Shades of Elf Green #1A8D75
Tints of Elf Green #1A8D75
RGB
CMYK
RGB Variations
Color information
#1A8D75 (or 0x1A8D75) is known color: Elf Green. HEX triplet: 1A, 8D and 75. RGB value is (26,141,117). Sum of RGB (Red+Green+Blue) = 26+141+117=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D75 is #E5728A. Grayscale: #676767. Windows color (decimal): -15037067 or 7703834. OLE color: 7703834.
HSL color Cylindrical-coordinate representation of color #1A8D75: hue angle of 167.48º 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 #1A8D75 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 117 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.45 |
| HSL | 167.48º | 0.69% | 0.33% | - |
| HSV(B) | 167.48º | 0.82% | 0.55% | - |
| XYZ | 13.16 | 20.55 | 20.1 | - |
| YUV | 103.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 117 | 0.82 | 0 | 0.17 | 0.45 | 167.48 | 0.69 | 0.33 |
| Hex | 1A | 8D | 75 | 52 | 0 | 11 | 2D | A7 | 45 | 21 |
| Octal | 32 | 215 | 165 | 122 | 0 | 21 | 55 | 247 | 105 | 41 |
| Binary | 11010 | 10001101 | 1110101 | 1010010 | 0 | 10001 | 101101 | 10100111 | 1000101 | 100001 |
Color Harmonies of #1A8D75
Complementary color
Monochromatic Colors of #1A8D75
Black with #1A8D75
Text Example
Text Example
White with #1A8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D75; }
p { color: rgb(26,141,117); }
H1.HeaderClassName
{
color: #1A8D75;
}
.AnyTagClassName
{
color: #1A8D75;
}
</style>
background-color css
<style>
a { background-color: #1A8D75; }
a { background-color: rgb(26,141,117); }
div.DivClassName
{
background-color: #1A8D75;
}
.BgClassName
{
background-color: #1A8D75;
}
</style>
border-color css
<style>
span { border-color: #1A8D75; }
span { border-color: rgb(26,141,117); }
td.TdClassName
{
border-color: #1A8D75;
}
.TagClassName
{
border-color: #1A8D75;
}
</style>