Shades of Elf Green #1A8D6D
Tints of Elf Green #1A8D6D
RGB
CMYK
RGB Variations
Color information
#1A8D6D (or 0x1A8D6D) is known color: Elf Green. HEX triplet: 1A, 8D and 6D. RGB value is (26,141,109). Sum of RGB (Red+Green+Blue) = 26+141+109=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D6D is #E57292. Grayscale: #666666. Windows color (decimal): -15037075 or 7179546. OLE color: 7179546.
HSL color Cylindrical-coordinate representation of color #1A8D6D: hue angle of 163.3º 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 #1A8D6D is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 109 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.45 |
| HSL | 163.3º | 0.69% | 0.33% | - |
| HSV(B) | 163.3º | 0.82% | 0.55% | - |
| XYZ | 12.71 | 20.37 | 17.73 | - |
| YUV | 102.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 109 | 0.82 | 0 | 0.23 | 0.45 | 163.3 | 0.69 | 0.33 |
| Hex | 1A | 8D | 6D | 52 | 0 | 17 | 2D | A3 | 45 | 21 |
| Octal | 32 | 215 | 155 | 122 | 0 | 27 | 55 | 243 | 105 | 41 |
| Binary | 11010 | 10001101 | 1101101 | 1010010 | 0 | 10111 | 101101 | 10100011 | 1000101 | 100001 |
Color Harmonies of #1A8D6D
Complementary color
Monochromatic Colors of #1A8D6D
Black with #1A8D6D
Text Example
Text Example
White with #1A8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D6D; }
p { color: rgb(26,141,109); }
H1.HeaderClassName
{
color: #1A8D6D;
}
.AnyTagClassName
{
color: #1A8D6D;
}
</style>
background-color css
<style>
a { background-color: #1A8D6D; }
a { background-color: rgb(26,141,109); }
div.DivClassName
{
background-color: #1A8D6D;
}
.BgClassName
{
background-color: #1A8D6D;
}
</style>
border-color css
<style>
span { border-color: #1A8D6D; }
span { border-color: rgb(26,141,109); }
td.TdClassName
{
border-color: #1A8D6D;
}
.TagClassName
{
border-color: #1A8D6D;
}
</style>