Shades of Elf Green #1A8865
Tints of Elf Green #1A8865
RGB
CMYK
RGB Variations
Color information
#1A8865 (or 0x1A8865) is known color: Elf Green. HEX triplet: 1A, 88 and 65. RGB value is (26,136,101). Sum of RGB (Red+Green+Blue) = 26+136+101=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #1A8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8865 is #E5779A. Grayscale: #636363. Windows color (decimal): -15038363 or 6653978. OLE color: 6653978.
HSL color Cylindrical-coordinate representation of color #1A8865: hue angle of 160.91º 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 #1A8865 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 101 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.47 |
| HSL | 160.91º | 0.68% | 0.32% | - |
| HSV(B) | 160.91º | 0.81% | 0.53% | - |
| XYZ | 11.58 | 18.77 | 15.32 | - |
| YUV | 99.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 101 | 0.81 | 0 | 0.26 | 0.47 | 160.91 | 0.68 | 0.32 |
| Hex | 1A | 88 | 65 | 51 | 0 | 1A | 2F | A1 | 44 | 20 |
| Octal | 32 | 210 | 145 | 121 | 0 | 32 | 57 | 241 | 104 | 40 |
| Binary | 11010 | 10001000 | 1100101 | 1010001 | 0 | 11010 | 101111 | 10100001 | 1000100 | 100000 |
Color Harmonies of #1A8865
Complementary color
Monochromatic Colors of #1A8865
Black with #1A8865
Text Example
Text Example
White with #1A8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8865; }
p { color: rgb(26,136,101); }
H1.HeaderClassName
{
color: #1A8865;
}
.AnyTagClassName
{
color: #1A8865;
}
</style>
background-color css
<style>
a { background-color: #1A8865; }
a { background-color: rgb(26,136,101); }
div.DivClassName
{
background-color: #1A8865;
}
.BgClassName
{
background-color: #1A8865;
}
</style>
border-color css
<style>
span { border-color: #1A8865; }
span { border-color: rgb(26,136,101); }
td.TdClassName
{
border-color: #1A8865;
}
.TagClassName
{
border-color: #1A8865;
}
</style>