Shades of Forest Green #1A900E
Tints of Forest Green #1A900E
RGB
CMYK
RGB Variations
Color information
#1A900E (or 0x1A900E) is known color: Forest Green. HEX triplet: 1A, 90 and 0E. RGB value is (26,144,14). Sum of RGB (Red+Green+Blue) = 26+144+14=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 144 (56.64% from 255 or 78.26% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 144 - color contains mainly: green. Hex color #1A900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A900E is #E56FF1. Grayscale: #5E5E5E. Windows color (decimal): -15036402 or 954394. OLE color: 954394.
HSL color Cylindrical-coordinate representation of color #1A900E: hue angle of 114.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A900E is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 14 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.44 |
| HSL | 114.46º | 0.82% | 0.31% | - |
| HSV(B) | 114.46º | 0.9% | 0.56% | - |
| XYZ | 10.48 | 20.2 | 3.76 | - |
| YUV | 93.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 14 | 0.82 | 0 | 0.90 | 0.44 | 114.46 | 0.82 | 0.31 |
| Hex | 1A | 90 | E | 52 | 0 | 5A | 2C | 72 | 52 | 1F |
| Octal | 32 | 220 | 16 | 122 | 0 | 132 | 54 | 162 | 122 | 37 |
| Binary | 11010 | 10010000 | 1110 | 1010010 | 0 | 1011010 | 101100 | 1110010 | 1010010 | 11111 |
Color Harmonies of #1A900E
Complementary color
Monochromatic Colors of #1A900E
Black with #1A900E
Text Example
Text Example
White with #1A900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A900E; }
p { color: rgb(26,144,14); }
H1.HeaderClassName
{
color: #1A900E;
}
.AnyTagClassName
{
color: #1A900E;
}
</style>
background-color css
<style>
a { background-color: #1A900E; }
a { background-color: rgb(26,144,14); }
div.DivClassName
{
background-color: #1A900E;
}
.BgClassName
{
background-color: #1A900E;
}
</style>
border-color css
<style>
span { border-color: #1A900E; }
span { border-color: rgb(26,144,14); }
td.TdClassName
{
border-color: #1A900E;
}
.TagClassName
{
border-color: #1A900E;
}
</style>