Shades of Forest Green #1A9012
Tints of Forest Green #1A9012
RGB
CMYK
RGB Variations
Color information
#1A9012 (or 0x1A9012) is known color: Forest Green. HEX triplet: 1A, 90 and 12. RGB value is (26,144,18). Sum of RGB (Red+Green+Blue) = 26+144+18=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9012 is #E56FED. Grayscale: #5E5E5E. Windows color (decimal): -15036398 or 1216538. OLE color: 1216538.
HSL color Cylindrical-coordinate representation of color #1A9012: hue angle of 116.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A9012 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 18 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.44 |
| HSL | 116.19º | 0.78% | 0.32% | - |
| HSV(B) | 116.19º | 0.88% | 0.56% | - |
| XYZ | 10.51 | 20.21 | 3.92 | - |
| YUV | 94.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 18 | 0.82 | 0 | 0.88 | 0.44 | 116.19 | 0.78 | 0.32 |
| Hex | 1A | 90 | 12 | 52 | 0 | 58 | 2C | 74 | 4E | 20 |
| Octal | 32 | 220 | 22 | 122 | 0 | 130 | 54 | 164 | 116 | 40 |
| Binary | 11010 | 10010000 | 10010 | 1010010 | 0 | 1011000 | 101100 | 1110100 | 1001110 | 100000 |
Color Harmonies of #1A9012
Complementary color
Monochromatic Colors of #1A9012
Black with #1A9012
Text Example
Text Example
White with #1A9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9012; }
p { color: rgb(26,144,18); }
H1.HeaderClassName
{
color: #1A9012;
}
.AnyTagClassName
{
color: #1A9012;
}
</style>
background-color css
<style>
a { background-color: #1A9012; }
a { background-color: rgb(26,144,18); }
div.DivClassName
{
background-color: #1A9012;
}
.BgClassName
{
background-color: #1A9012;
}
</style>
border-color css
<style>
span { border-color: #1A9012; }
span { border-color: rgb(26,144,18); }
td.TdClassName
{
border-color: #1A9012;
}
.TagClassName
{
border-color: #1A9012;
}
</style>