Shades of Elf Green #1A926D
Tints of Elf Green #1A926D
RGB
CMYK
RGB Variations
Color information
#1A926D (or 0x1A926D) is known color: Elf Green. HEX triplet: 1A, 92 and 6D. RGB value is (26,146,109). Sum of RGB (Red+Green+Blue) = 26+146+109=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #1A926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A926D is #E56D92. Grayscale: #696969. Windows color (decimal): -15035795 or 7180826. OLE color: 7180826.
HSL color Cylindrical-coordinate representation of color #1A926D: hue angle of 161.5º 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 #1A926D is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 109 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.43 |
| HSL | 161.5º | 0.7% | 0.34% | - |
| HSV(B) | 161.5º | 0.82% | 0.57% | - |
| XYZ | 13.47 | 21.88 | 17.98 | - |
| YUV | 105.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 109 | 0.82 | 0 | 0.25 | 0.43 | 161.5 | 0.7 | 0.34 |
| Hex | 1A | 92 | 6D | 52 | 0 | 19 | 2B | A2 | 46 | 22 |
| Octal | 32 | 222 | 155 | 122 | 0 | 31 | 53 | 242 | 106 | 42 |
| Binary | 11010 | 10010010 | 1101101 | 1010010 | 0 | 11001 | 101011 | 10100010 | 1000110 | 100010 |
Color Harmonies of #1A926D
Complementary color
Monochromatic Colors of #1A926D
Black with #1A926D
Text Example
Text Example
White with #1A926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A926D; }
p { color: rgb(26,146,109); }
H1.HeaderClassName
{
color: #1A926D;
}
.AnyTagClassName
{
color: #1A926D;
}
</style>
background-color css
<style>
a { background-color: #1A926D; }
a { background-color: rgb(26,146,109); }
div.DivClassName
{
background-color: #1A926D;
}
.BgClassName
{
background-color: #1A926D;
}
</style>
border-color css
<style>
span { border-color: #1A926D; }
span { border-color: rgb(26,146,109); }
td.TdClassName
{
border-color: #1A926D;
}
.TagClassName
{
border-color: #1A926D;
}
</style>