Shades of Elf Green #1A9260
Tints of Elf Green #1A9260
RGB
CMYK
RGB Variations
Color information
#1A9260 (or 0x1A9260) is known color: Elf Green. HEX triplet: 1A, 92 and 60. RGB value is (26,146,96). Sum of RGB (Red+Green+Blue) = 26+146+96=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9260 is #E56D9F. Grayscale: #686868. Windows color (decimal): -15035808 or 6328858. OLE color: 6328858.
HSL color Cylindrical-coordinate representation of color #1A9260: hue angle of 155º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9260 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 96 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.43 |
| HSL | 155º | 0.7% | 0.34% | - |
| HSV(B) | 155º | 0.82% | 0.57% | - |
| XYZ | 12.82 | 21.62 | 14.56 | - |
| YUV | 104.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 96 | 0.82 | 0 | 0.34 | 0.43 | 155 | 0.7 | 0.34 |
| Hex | 1A | 92 | 60 | 52 | 0 | 22 | 2B | 9B | 46 | 22 |
| Octal | 32 | 222 | 140 | 122 | 0 | 42 | 53 | 233 | 106 | 42 |
| Binary | 11010 | 10010010 | 1100000 | 1010010 | 0 | 100010 | 101011 | 10011011 | 1000110 | 100010 |
Color Harmonies of #1A9260
Complementary color
Monochromatic Colors of #1A9260
Black with #1A9260
Text Example
Text Example
White with #1A9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9260; }
p { color: rgb(26,146,96); }
H1.HeaderClassName
{
color: #1A9260;
}
.AnyTagClassName
{
color: #1A9260;
}
</style>
background-color css
<style>
a { background-color: #1A9260; }
a { background-color: rgb(26,146,96); }
div.DivClassName
{
background-color: #1A9260;
}
.BgClassName
{
background-color: #1A9260;
}
</style>
border-color css
<style>
span { border-color: #1A9260; }
span { border-color: rgb(26,146,96); }
td.TdClassName
{
border-color: #1A9260;
}
.TagClassName
{
border-color: #1A9260;
}
</style>