Shades of Elf Green #1A9060
Tints of Elf Green #1A9060
RGB
CMYK
RGB Variations
Color information
#1A9060 (or 0x1A9060) is known color: Elf Green. HEX triplet: 1A, 90 and 60. RGB value is (26,144,96). Sum of RGB (Red+Green+Blue) = 26+144+96=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9060 is #E56F9F. Grayscale: #676767. Windows color (decimal): -15036320 or 6328346. OLE color: 6328346.
HSL color Cylindrical-coordinate representation of color #1A9060: hue angle of 155.59º 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 #1A9060 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 96 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.44 |
| HSL | 155.59º | 0.69% | 0.33% | - |
| HSV(B) | 155.59º | 0.82% | 0.56% | - |
| XYZ | 12.51 | 21.01 | 14.46 | - |
| YUV | 103.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 96 | 0.82 | 0 | 0.33 | 0.44 | 155.59 | 0.69 | 0.33 |
| Hex | 1A | 90 | 60 | 52 | 0 | 21 | 2C | 9C | 45 | 21 |
| Octal | 32 | 220 | 140 | 122 | 0 | 41 | 54 | 234 | 105 | 41 |
| Binary | 11010 | 10010000 | 1100000 | 1010010 | 0 | 100001 | 101100 | 10011100 | 1000101 | 100001 |
Color Harmonies of #1A9060
Complementary color
Monochromatic Colors of #1A9060
Black with #1A9060
Text Example
Text Example
White with #1A9060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9060; }
p { color: rgb(26,144,96); }
H1.HeaderClassName
{
color: #1A9060;
}
.AnyTagClassName
{
color: #1A9060;
}
</style>
background-color css
<style>
a { background-color: #1A9060; }
a { background-color: rgb(26,144,96); }
div.DivClassName
{
background-color: #1A9060;
}
.BgClassName
{
background-color: #1A9060;
}
</style>
border-color css
<style>
span { border-color: #1A9060; }
span { border-color: rgb(26,144,96); }
td.TdClassName
{
border-color: #1A9060;
}
.TagClassName
{
border-color: #1A9060;
}
</style>