Shades of Green #1A6E0A
Tints of Green #1A6E0A
RGB
CMYK
RGB Variations
Color information
#1A6E0A (or 0x1A6E0A) is known color: Green. HEX triplet: 1A, 6E and 0A. RGB value is (26,110,10). Sum of RGB (Red+Green+Blue) = 26+110+10=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6E0A is #E591F5. Grayscale: #494949. Windows color (decimal): -15045110 or 683546. OLE color: 683546.
HSL color Cylindrical-coordinate representation of color #1A6E0A: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A6E0A is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 110 | 10 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.57 |
| HSL | 110.4º | 0.83% | 0.24% | - |
| HSV(B) | 110.4º | 0.91% | 0.43% | - |
| XYZ | 6.06 | 11.39 | 2.17 | - |
| YUV | 73.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 10 | 0.76 | 0 | 0.91 | 0.57 | 110.4 | 0.83 | 0.24 |
| Hex | 1A | 6E | A | 4C | 0 | 5B | 39 | 6E | 53 | 18 |
| Octal | 32 | 156 | 12 | 114 | 0 | 133 | 71 | 156 | 123 | 30 |
| Binary | 11010 | 1101110 | 1010 | 1001100 | 0 | 1011011 | 111001 | 1101110 | 1010011 | 11000 |
Color Harmonies of #1A6E0A
Complementary color
Monochromatic Colors of #1A6E0A
Black with #1A6E0A
Text Example
Text Example
White with #1A6E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E0A; }
p { color: rgb(26,110,10); }
H1.HeaderClassName
{
color: #1A6E0A;
}
.AnyTagClassName
{
color: #1A6E0A;
}
</style>
background-color css
<style>
a { background-color: #1A6E0A; }
a { background-color: rgb(26,110,10); }
div.DivClassName
{
background-color: #1A6E0A;
}
.BgClassName
{
background-color: #1A6E0A;
}
</style>
border-color css
<style>
span { border-color: #1A6E0A; }
span { border-color: rgb(26,110,10); }
td.TdClassName
{
border-color: #1A6E0A;
}
.TagClassName
{
border-color: #1A6E0A;
}
</style>