Shades of Elf Green #1A876B
Tints of Elf Green #1A876B
RGB
CMYK
RGB Variations
Color information
#1A876B (or 0x1A876B) is known color: Elf Green. HEX triplet: 1A, 87 and 6B. RGB value is (26,135,107). Sum of RGB (Red+Green+Blue) = 26+135+107=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #1A876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A876B is #E57894. Grayscale: #636363. Windows color (decimal): -15038613 or 7046938. OLE color: 7046938.
HSL color Cylindrical-coordinate representation of color #1A876B: hue angle of 164.59º 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 #1A876B is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 107 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.47 |
| HSL | 164.59º | 0.68% | 0.32% | - |
| HSV(B) | 164.59º | 0.81% | 0.53% | - |
| XYZ | 11.74 | 18.61 | 16.88 | - |
| YUV | 99.22 | 132.39 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 107 | 0.81 | 0 | 0.21 | 0.47 | 164.59 | 0.68 | 0.32 |
| Hex | 1A | 87 | 6B | 51 | 0 | 15 | 2F | A5 | 44 | 20 |
| Octal | 32 | 207 | 153 | 121 | 0 | 25 | 57 | 245 | 104 | 40 |
| Binary | 11010 | 10000111 | 1101011 | 1010001 | 0 | 10101 | 101111 | 10100101 | 1000100 | 100000 |
Color Harmonies of #1A876B
Complementary color
Monochromatic Colors of #1A876B
Black with #1A876B
Text Example
Text Example
White with #1A876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A876B; }
p { color: rgb(26,135,107); }
H1.HeaderClassName
{
color: #1A876B;
}
.AnyTagClassName
{
color: #1A876B;
}
</style>
background-color css
<style>
a { background-color: #1A876B; }
a { background-color: rgb(26,135,107); }
div.DivClassName
{
background-color: #1A876B;
}
.BgClassName
{
background-color: #1A876B;
}
</style>
border-color css
<style>
span { border-color: #1A876B; }
span { border-color: rgb(26,135,107); }
td.TdClassName
{
border-color: #1A876B;
}
.TagClassName
{
border-color: #1A876B;
}
</style>