Shades of Elf Green #1A8A63
Tints of Elf Green #1A8A63
RGB
CMYK
RGB Variations
Color information
#1A8A63 (or 0x1A8A63) is known color: Elf Green. HEX triplet: 1A, 8A and 63. RGB value is (26,138,99). Sum of RGB (Red+Green+Blue) = 26+138+99=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A63 is #E5759C. Grayscale: #646464. Windows color (decimal): -15037853 or 6523418. OLE color: 6523418.
HSL color Cylindrical-coordinate representation of color #1A8A63: hue angle of 159.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A63 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 99 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.46 |
| HSL | 159.11º | 0.68% | 0.32% | - |
| HSV(B) | 159.11º | 0.81% | 0.54% | - |
| XYZ | 11.77 | 19.3 | 14.91 | - |
| YUV | 100.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 99 | 0.81 | 0 | 0.28 | 0.46 | 159.11 | 0.68 | 0.32 |
| Hex | 1A | 8A | 63 | 51 | 0 | 1C | 2E | 9F | 44 | 20 |
| Octal | 32 | 212 | 143 | 121 | 0 | 34 | 56 | 237 | 104 | 40 |
| Binary | 11010 | 10001010 | 1100011 | 1010001 | 0 | 11100 | 101110 | 10011111 | 1000100 | 100000 |
Color Harmonies of #1A8A63
Complementary color
Monochromatic Colors of #1A8A63
Black with #1A8A63
Text Example
Text Example
White with #1A8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A63; }
p { color: rgb(26,138,99); }
H1.HeaderClassName
{
color: #1A8A63;
}
.AnyTagClassName
{
color: #1A8A63;
}
</style>
background-color css
<style>
a { background-color: #1A8A63; }
a { background-color: rgb(26,138,99); }
div.DivClassName
{
background-color: #1A8A63;
}
.BgClassName
{
background-color: #1A8A63;
}
</style>
border-color css
<style>
span { border-color: #1A8A63; }
span { border-color: rgb(26,138,99); }
td.TdClassName
{
border-color: #1A8A63;
}
.TagClassName
{
border-color: #1A8A63;
}
</style>