Shades of Elf Green #1A8761
Tints of Elf Green #1A8761
RGB
CMYK
RGB Variations
Color information
#1A8761 (or 0x1A8761) is known color: Elf Green. HEX triplet: 1A, 87 and 61. RGB value is (26,135,97). Sum of RGB (Red+Green+Blue) = 26+135+97=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8761 is #E5789E. Grayscale: #626262. Windows color (decimal): -15038623 or 6391578. OLE color: 6391578.
HSL color Cylindrical-coordinate representation of color #1A8761: hue angle of 159.08º 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 #1A8761 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 97 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.47 |
| HSL | 159.08º | 0.68% | 0.32% | - |
| HSV(B) | 159.08º | 0.81% | 0.53% | - |
| XYZ | 11.25 | 18.41 | 14.27 | - |
| YUV | 98.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 97 | 0.81 | 0 | 0.28 | 0.47 | 159.08 | 0.68 | 0.32 |
| Hex | 1A | 87 | 61 | 51 | 0 | 1C | 2F | 9F | 44 | 20 |
| Octal | 32 | 207 | 141 | 121 | 0 | 34 | 57 | 237 | 104 | 40 |
| Binary | 11010 | 10000111 | 1100001 | 1010001 | 0 | 11100 | 101111 | 10011111 | 1000100 | 100000 |
Color Harmonies of #1A8761
Complementary color
Monochromatic Colors of #1A8761
Black with #1A8761
Text Example
Text Example
White with #1A8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8761; }
p { color: rgb(26,135,97); }
H1.HeaderClassName
{
color: #1A8761;
}
.AnyTagClassName
{
color: #1A8761;
}
</style>
background-color css
<style>
a { background-color: #1A8761; }
a { background-color: rgb(26,135,97); }
div.DivClassName
{
background-color: #1A8761;
}
.BgClassName
{
background-color: #1A8761;
}
</style>
border-color css
<style>
span { border-color: #1A8761; }
span { border-color: rgb(26,135,97); }
td.TdClassName
{
border-color: #1A8761;
}
.TagClassName
{
border-color: #1A8761;
}
</style>