Shades of Elf Green #1A9280
Tints of Elf Green #1A9280
RGB
CMYK
RGB Variations
Color information
#1A9280 (or 0x1A9280) is known color: Elf Green. HEX triplet: 1A, 92 and 80. RGB value is (26,146,128). Sum of RGB (Red+Green+Blue) = 26+146+128=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9280 is #E56D7F. Grayscale: #6C6C6C. Windows color (decimal): -15035776 or 8426010. OLE color: 8426010.
HSL color Cylindrical-coordinate representation of color #1A9280: hue angle of 171º 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 #1A9280 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 128 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.43 |
| HSL | 171º | 0.7% | 0.34% | - |
| HSV(B) | 171º | 0.82% | 0.57% | - |
| XYZ | 14.6 | 22.34 | 23.96 | - |
| YUV | 108.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 128 | 0.82 | 0 | 0.12 | 0.43 | 171 | 0.7 | 0.34 |
| Hex | 1A | 92 | 80 | 52 | 0 | C | 2B | AB | 46 | 22 |
| Octal | 32 | 222 | 200 | 122 | 0 | 14 | 53 | 253 | 106 | 42 |
| Binary | 11010 | 10010010 | 10000000 | 1010010 | 0 | 1100 | 101011 | 10101011 | 1000110 | 100010 |
Color Harmonies of #1A9280
Complementary color
Monochromatic Colors of #1A9280
Black with #1A9280
Text Example
Text Example
White with #1A9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9280; }
p { color: rgb(26,146,128); }
H1.HeaderClassName
{
color: #1A9280;
}
.AnyTagClassName
{
color: #1A9280;
}
</style>
background-color css
<style>
a { background-color: #1A9280; }
a { background-color: rgb(26,146,128); }
div.DivClassName
{
background-color: #1A9280;
}
.BgClassName
{
background-color: #1A9280;
}
</style>
border-color css
<style>
span { border-color: #1A9280; }
span { border-color: rgb(26,146,128); }
td.TdClassName
{
border-color: #1A9280;
}
.TagClassName
{
border-color: #1A9280;
}
</style>