Shades of Elf Green #1A8762
Tints of Elf Green #1A8762
RGB
CMYK
RGB Variations
Color information
#1A8762 (or 0x1A8762) is known color: Elf Green. HEX triplet: 1A, 87 and 62. RGB value is (26,135,98). Sum of RGB (Red+Green+Blue) = 26+135+98=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8762 is #E5789D. Grayscale: #626262. Windows color (decimal): -15038622 or 6457114. OLE color: 6457114.
HSL color Cylindrical-coordinate representation of color #1A8762: hue angle of 159.63º 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 #1A8762 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 98 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.47 |
| HSL | 159.63º | 0.68% | 0.32% | - |
| HSV(B) | 159.63º | 0.81% | 0.53% | - |
| XYZ | 11.29 | 18.43 | 14.52 | - |
| YUV | 98.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 98 | 0.81 | 0 | 0.27 | 0.47 | 159.63 | 0.68 | 0.32 |
| Hex | 1A | 87 | 62 | 51 | 0 | 1B | 2F | A0 | 44 | 20 |
| Octal | 32 | 207 | 142 | 121 | 0 | 33 | 57 | 240 | 104 | 40 |
| Binary | 11010 | 10000111 | 1100010 | 1010001 | 0 | 11011 | 101111 | 10100000 | 1000100 | 100000 |
Color Harmonies of #1A8762
Complementary color
Monochromatic Colors of #1A8762
Black with #1A8762
Text Example
Text Example
White with #1A8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8762; }
p { color: rgb(26,135,98); }
H1.HeaderClassName
{
color: #1A8762;
}
.AnyTagClassName
{
color: #1A8762;
}
</style>
background-color css
<style>
a { background-color: #1A8762; }
a { background-color: rgb(26,135,98); }
div.DivClassName
{
background-color: #1A8762;
}
.BgClassName
{
background-color: #1A8762;
}
</style>
border-color css
<style>
span { border-color: #1A8762; }
span { border-color: rgb(26,135,98); }
td.TdClassName
{
border-color: #1A8762;
}
.TagClassName
{
border-color: #1A8762;
}
</style>