Shades of Elf Green #1A8B62
Tints of Elf Green #1A8B62
RGB
CMYK
RGB Variations
Color information
#1A8B62 (or 0x1A8B62) is known color: Elf Green. HEX triplet: 1A, 8B and 62. RGB value is (26,139,98). Sum of RGB (Red+Green+Blue) = 26+139+98=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B62 is #E5749D. Grayscale: #646464. Windows color (decimal): -15037598 or 6458138. OLE color: 6458138.
HSL color Cylindrical-coordinate representation of color #1A8B62: hue angle of 158.23º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B62 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 98 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.45 |
| HSL | 158.23º | 0.68% | 0.32% | - |
| HSV(B) | 158.23º | 0.81% | 0.55% | - |
| XYZ | 11.86 | 19.57 | 14.71 | - |
| YUV | 100.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 98 | 0.81 | 0 | 0.29 | 0.45 | 158.23 | 0.68 | 0.32 |
| Hex | 1A | 8B | 62 | 51 | 0 | 1D | 2D | 9E | 44 | 20 |
| Octal | 32 | 213 | 142 | 121 | 0 | 35 | 55 | 236 | 104 | 40 |
| Binary | 11010 | 10001011 | 1100010 | 1010001 | 0 | 11101 | 101101 | 10011110 | 1000100 | 100000 |
Color Harmonies of #1A8B62
Complementary color
Monochromatic Colors of #1A8B62
Black with #1A8B62
Text Example
Text Example
White with #1A8B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B62; }
p { color: rgb(26,139,98); }
H1.HeaderClassName
{
color: #1A8B62;
}
.AnyTagClassName
{
color: #1A8B62;
}
</style>
background-color css
<style>
a { background-color: #1A8B62; }
a { background-color: rgb(26,139,98); }
div.DivClassName
{
background-color: #1A8B62;
}
.BgClassName
{
background-color: #1A8B62;
}
</style>
border-color css
<style>
span { border-color: #1A8B62; }
span { border-color: rgb(26,139,98); }
td.TdClassName
{
border-color: #1A8B62;
}
.TagClassName
{
border-color: #1A8B62;
}
</style>