Shades of Elf Green #1A8E5B
Tints of Elf Green #1A8E5B
RGB
CMYK
RGB Variations
Color information
#1A8E5B (or 0x1A8E5B) is known color: Elf Green. HEX triplet: 1A, 8E and 5B. RGB value is (26,142,91). Sum of RGB (Red+Green+Blue) = 26+142+91=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E5B is #E571A4. Grayscale: #656565. Windows color (decimal): -15036837 or 6000154. OLE color: 6000154.
HSL color Cylindrical-coordinate representation of color #1A8E5B: hue angle of 153.62º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E5B is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 91 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.44 |
| HSL | 153.62º | 0.69% | 0.33% | - |
| HSV(B) | 153.62º | 0.82% | 0.56% | - |
| XYZ | 11.99 | 20.32 | 13.19 | - |
| YUV | 101.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 91 | 0.82 | 0 | 0.36 | 0.44 | 153.62 | 0.69 | 0.33 |
| Hex | 1A | 8E | 5B | 52 | 0 | 24 | 2C | 9A | 45 | 21 |
| Octal | 32 | 216 | 133 | 122 | 0 | 44 | 54 | 232 | 105 | 41 |
| Binary | 11010 | 10001110 | 1011011 | 1010010 | 0 | 100100 | 101100 | 10011010 | 1000101 | 100001 |
Color Harmonies of #1A8E5B
Complementary color
Monochromatic Colors of #1A8E5B
Black with #1A8E5B
Text Example
Text Example
White with #1A8E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E5B; }
p { color: rgb(26,142,91); }
H1.HeaderClassName
{
color: #1A8E5B;
}
.AnyTagClassName
{
color: #1A8E5B;
}
</style>
background-color css
<style>
a { background-color: #1A8E5B; }
a { background-color: rgb(26,142,91); }
div.DivClassName
{
background-color: #1A8E5B;
}
.BgClassName
{
background-color: #1A8E5B;
}
</style>
border-color css
<style>
span { border-color: #1A8E5B; }
span { border-color: rgb(26,142,91); }
td.TdClassName
{
border-color: #1A8E5B;
}
.TagClassName
{
border-color: #1A8E5B;
}
</style>