Shades of Elf Green #1A8B65
Tints of Elf Green #1A8B65
RGB
CMYK
RGB Variations
Color information
#1A8B65 (or 0x1A8B65) is known color: Elf Green. HEX triplet: 1A, 8B and 65. RGB value is (26,139,101). Sum of RGB (Red+Green+Blue) = 26+139+101=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B65 is #E5749A. Grayscale: #646464. Windows color (decimal): -15037595 or 6654746. OLE color: 6654746.
HSL color Cylindrical-coordinate representation of color #1A8B65: hue angle of 159.82º 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 #1A8B65 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 101 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.45 |
| HSL | 159.82º | 0.68% | 0.32% | - |
| HSV(B) | 159.82º | 0.81% | 0.55% | - |
| XYZ | 12.01 | 19.62 | 15.47 | - |
| YUV | 100.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 101 | 0.81 | 0 | 0.27 | 0.45 | 159.82 | 0.68 | 0.32 |
| Hex | 1A | 8B | 65 | 51 | 0 | 1B | 2D | A0 | 44 | 20 |
| Octal | 32 | 213 | 145 | 121 | 0 | 33 | 55 | 240 | 104 | 40 |
| Binary | 11010 | 10001011 | 1100101 | 1010001 | 0 | 11011 | 101101 | 10100000 | 1000100 | 100000 |
Color Harmonies of #1A8B65
Complementary color
Monochromatic Colors of #1A8B65
Black with #1A8B65
Text Example
Text Example
White with #1A8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B65; }
p { color: rgb(26,139,101); }
H1.HeaderClassName
{
color: #1A8B65;
}
.AnyTagClassName
{
color: #1A8B65;
}
</style>
background-color css
<style>
a { background-color: #1A8B65; }
a { background-color: rgb(26,139,101); }
div.DivClassName
{
background-color: #1A8B65;
}
.BgClassName
{
background-color: #1A8B65;
}
</style>
border-color css
<style>
span { border-color: #1A8B65; }
span { border-color: rgb(26,139,101); }
td.TdClassName
{
border-color: #1A8B65;
}
.TagClassName
{
border-color: #1A8B65;
}
</style>