Shades of Elf Green #1A8868
Tints of Elf Green #1A8868
RGB
CMYK
RGB Variations
Color information
#1A8868 (or 0x1A8868) is known color: Elf Green. HEX triplet: 1A, 88 and 68. RGB value is (26,136,104). Sum of RGB (Red+Green+Blue) = 26+136+104=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #1A8868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8868 is #E57797. Grayscale: #636363. Windows color (decimal): -15038360 or 6850586. OLE color: 6850586.
HSL color Cylindrical-coordinate representation of color #1A8868: hue angle of 162.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8868 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 104 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.47 |
| HSL | 162.55º | 0.68% | 0.32% | - |
| HSV(B) | 162.55º | 0.81% | 0.53% | - |
| XYZ | 11.73 | 18.83 | 16.11 | - |
| YUV | 99.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 104 | 0.81 | 0 | 0.24 | 0.47 | 162.55 | 0.68 | 0.32 |
| Hex | 1A | 88 | 68 | 51 | 0 | 18 | 2F | A3 | 44 | 20 |
| Octal | 32 | 210 | 150 | 121 | 0 | 30 | 57 | 243 | 104 | 40 |
| Binary | 11010 | 10001000 | 1101000 | 1010001 | 0 | 11000 | 101111 | 10100011 | 1000100 | 100000 |
Color Harmonies of #1A8868
Complementary color
Monochromatic Colors of #1A8868
Black with #1A8868
Text Example
Text Example
White with #1A8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8868; }
p { color: rgb(26,136,104); }
H1.HeaderClassName
{
color: #1A8868;
}
.AnyTagClassName
{
color: #1A8868;
}
</style>
background-color css
<style>
a { background-color: #1A8868; }
a { background-color: rgb(26,136,104); }
div.DivClassName
{
background-color: #1A8868;
}
.BgClassName
{
background-color: #1A8868;
}
</style>
border-color css
<style>
span { border-color: #1A8868; }
span { border-color: rgb(26,136,104); }
td.TdClassName
{
border-color: #1A8868;
}
.TagClassName
{
border-color: #1A8868;
}
</style>