Shades of Green #1A720A
Tints of Green #1A720A
RGB
CMYK
RGB Variations
Color information
#1A720A (or 0x1A720A) is known color: Green. HEX triplet: 1A, 72 and 0A. RGB value is (26,114,10). Sum of RGB (Red+Green+Blue) = 26+114+10=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #1A720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A720A is #E58DF5. Grayscale: #4C4C4C. Windows color (decimal): -15044086 or 684570. OLE color: 684570.
HSL color Cylindrical-coordinate representation of color #1A720A: hue angle of 110.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A720A is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 10 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.55 |
| HSL | 110.77º | 0.84% | 0.24% | - |
| HSV(B) | 110.77º | 0.91% | 0.45% | - |
| XYZ | 6.5 | 12.28 | 2.31 | - |
| YUV | 75.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 10 | 0.77 | 0 | 0.91 | 0.55 | 110.77 | 0.84 | 0.24 |
| Hex | 1A | 72 | A | 4D | 0 | 5B | 37 | 6F | 54 | 18 |
| Octal | 32 | 162 | 12 | 115 | 0 | 133 | 67 | 157 | 124 | 30 |
| Binary | 11010 | 1110010 | 1010 | 1001101 | 0 | 1011011 | 110111 | 1101111 | 1010100 | 11000 |
Color Harmonies of #1A720A
Complementary color
Monochromatic Colors of #1A720A
Black with #1A720A
Text Example
Text Example
White with #1A720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A720A; }
p { color: rgb(26,114,10); }
H1.HeaderClassName
{
color: #1A720A;
}
.AnyTagClassName
{
color: #1A720A;
}
</style>
background-color css
<style>
a { background-color: #1A720A; }
a { background-color: rgb(26,114,10); }
div.DivClassName
{
background-color: #1A720A;
}
.BgClassName
{
background-color: #1A720A;
}
</style>
border-color css
<style>
span { border-color: #1A720A; }
span { border-color: rgb(26,114,10); }
td.TdClassName
{
border-color: #1A720A;
}
.TagClassName
{
border-color: #1A720A;
}
</style>