Shades of Elf Green #1A876C
Tints of Elf Green #1A876C
RGB
CMYK
RGB Variations
Color information
#1A876C (or 0x1A876C) is known color: Elf Green. HEX triplet: 1A, 87 and 6C. RGB value is (26,135,108). Sum of RGB (Red+Green+Blue) = 26+135+108=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #1A876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A876C is #E57893. Grayscale: #636363. Windows color (decimal): -15038612 or 7112474. OLE color: 7112474.
HSL color Cylindrical-coordinate representation of color #1A876C: hue angle of 165.14º 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 #1A876C is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 108 | - |
| CMYK | 0.81 | 0 | 0.2 | 0.47 |
| HSL | 165.14º | 0.68% | 0.32% | - |
| HSV(B) | 165.14º | 0.81% | 0.53% | - |
| XYZ | 11.8 | 18.63 | 17.16 | - |
| YUV | 99.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 108 | 0.81 | 0 | 0.2 | 0.47 | 165.14 | 0.68 | 0.32 |
| Hex | 1A | 87 | 6C | 51 | 0 | 14 | 2F | A5 | 44 | 20 |
| Octal | 32 | 207 | 154 | 121 | 0 | 24 | 57 | 245 | 104 | 40 |
| Binary | 11010 | 10000111 | 1101100 | 1010001 | 0 | 10100 | 101111 | 10100101 | 1000100 | 100000 |
Color Harmonies of #1A876C
Complementary color
Monochromatic Colors of #1A876C
Black with #1A876C
Text Example
Text Example
White with #1A876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A876C; }
p { color: rgb(26,135,108); }
H1.HeaderClassName
{
color: #1A876C;
}
.AnyTagClassName
{
color: #1A876C;
}
</style>
background-color css
<style>
a { background-color: #1A876C; }
a { background-color: rgb(26,135,108); }
div.DivClassName
{
background-color: #1A876C;
}
.BgClassName
{
background-color: #1A876C;
}
</style>
border-color css
<style>
span { border-color: #1A876C; }
span { border-color: rgb(26,135,108); }
td.TdClassName
{
border-color: #1A876C;
}
.TagClassName
{
border-color: #1A876C;
}
</style>