Shades of Forest Green #1A9A14
Tints of Forest Green #1A9A14
RGB
CMYK
RGB Variations
Color information
#1A9A14 (or 0x1A9A14) is known color: Forest Green. HEX triplet: 1A, 9A and 14. RGB value is (26,154,20). Sum of RGB (Red+Green+Blue) = 26+154+20=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 154 (60.55% from 255 or 77% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9A14 is #E565EB. Grayscale: #646464. Windows color (decimal): -15033836 or 1350170. OLE color: 1350170.
HSL color Cylindrical-coordinate representation of color #1A9A14: hue angle of 117.31º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A9A14 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 154 | 20 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.40 |
| HSL | 117.31º | 0.77% | 0.34% | - |
| HSV(B) | 117.31º | 0.87% | 0.6% | - |
| XYZ | 12.11 | 23.38 | 4.54 | - |
| YUV | 100.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 20 | 0.83 | 0 | 0.87 | 0.40 | 117.31 | 0.77 | 0.34 |
| Hex | 1A | 9A | 14 | 53 | 0 | 57 | 28 | 75 | 4D | 22 |
| Octal | 32 | 232 | 24 | 123 | 0 | 127 | 50 | 165 | 115 | 42 |
| Binary | 11010 | 10011010 | 10100 | 1010011 | 0 | 1010111 | 101000 | 1110101 | 1001101 | 100010 |
Color Harmonies of #1A9A14
Complementary color
Monochromatic Colors of #1A9A14
Black with #1A9A14
Text Example
Text Example
White with #1A9A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9A14; }
p { color: rgb(26,154,20); }
H1.HeaderClassName
{
color: #1A9A14;
}
.AnyTagClassName
{
color: #1A9A14;
}
</style>
background-color css
<style>
a { background-color: #1A9A14; }
a { background-color: rgb(26,154,20); }
div.DivClassName
{
background-color: #1A9A14;
}
.BgClassName
{
background-color: #1A9A14;
}
</style>
border-color css
<style>
span { border-color: #1A9A14; }
span { border-color: rgb(26,154,20); }
td.TdClassName
{
border-color: #1A9A14;
}
.TagClassName
{
border-color: #1A9A14;
}
</style>