Shades of Elf Green #1A8B61
Tints of Elf Green #1A8B61
RGB
CMYK
RGB Variations
Color information
#1A8B61 (or 0x1A8B61) is known color: Elf Green. HEX triplet: 1A, 8B and 61. RGB value is (26,139,97). Sum of RGB (Red+Green+Blue) = 26+139+97=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B61 is #E5749E. Grayscale: #646464. Windows color (decimal): -15037599 or 6392602. OLE color: 6392602.
HSL color Cylindrical-coordinate representation of color #1A8B61: hue angle of 157.7º 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 #1A8B61 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 97 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.45 |
| HSL | 157.7º | 0.68% | 0.32% | - |
| HSV(B) | 157.7º | 0.81% | 0.55% | - |
| XYZ | 11.82 | 19.55 | 14.46 | - |
| YUV | 100.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 97 | 0.81 | 0 | 0.30 | 0.45 | 157.7 | 0.68 | 0.32 |
| Hex | 1A | 8B | 61 | 51 | 0 | 1E | 2D | 9E | 44 | 20 |
| Octal | 32 | 213 | 141 | 121 | 0 | 36 | 55 | 236 | 104 | 40 |
| Binary | 11010 | 10001011 | 1100001 | 1010001 | 0 | 11110 | 101101 | 10011110 | 1000100 | 100000 |
Color Harmonies of #1A8B61
Complementary color
Monochromatic Colors of #1A8B61
Black with #1A8B61
Text Example
Text Example
White with #1A8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B61; }
p { color: rgb(26,139,97); }
H1.HeaderClassName
{
color: #1A8B61;
}
.AnyTagClassName
{
color: #1A8B61;
}
</style>
background-color css
<style>
a { background-color: #1A8B61; }
a { background-color: rgb(26,139,97); }
div.DivClassName
{
background-color: #1A8B61;
}
.BgClassName
{
background-color: #1A8B61;
}
</style>
border-color css
<style>
span { border-color: #1A8B61; }
span { border-color: rgb(26,139,97); }
td.TdClassName
{
border-color: #1A8B61;
}
.TagClassName
{
border-color: #1A8B61;
}
</style>