Shades of Forest Green #1A9F12
Tints of Forest Green #1A9F12
RGB
CMYK
RGB Variations
Color information
#1A9F12 (or 0x1A9F12) is known color: Forest Green. HEX triplet: 1A, 9F and 12. RGB value is (26,159,18). Sum of RGB (Red+Green+Blue) = 26+159+18=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 159 (62.5% from 255 or 78.33% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9F12 is #E560ED. Grayscale: #676767. Windows color (decimal): -15032558 or 1220378. OLE color: 1220378.
HSL color Cylindrical-coordinate representation of color #1A9F12: hue angle of 116.6º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9F12 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 159 | 18 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.38 |
| HSL | 116.6º | 0.8% | 0.35% | - |
| HSV(B) | 116.6º | 0.89% | 0.62% | - |
| XYZ | 12.93 | 25.06 | 4.73 | - |
| YUV | 103.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 18 | 0.84 | 0 | 0.89 | 0.38 | 116.6 | 0.8 | 0.35 |
| Hex | 1A | 9F | 12 | 54 | 0 | 59 | 26 | 75 | 50 | 23 |
| Octal | 32 | 237 | 22 | 124 | 0 | 131 | 46 | 165 | 120 | 43 |
| Binary | 11010 | 10011111 | 10010 | 1010100 | 0 | 1011001 | 100110 | 1110101 | 1010000 | 100011 |
Color Harmonies of #1A9F12
Complementary color
Monochromatic Colors of #1A9F12
Black with #1A9F12
Text Example
Text Example
White with #1A9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9F12; }
p { color: rgb(26,159,18); }
H1.HeaderClassName
{
color: #1A9F12;
}
.AnyTagClassName
{
color: #1A9F12;
}
</style>
background-color css
<style>
a { background-color: #1A9F12; }
a { background-color: rgb(26,159,18); }
div.DivClassName
{
background-color: #1A9F12;
}
.BgClassName
{
background-color: #1A9F12;
}
</style>
border-color css
<style>
span { border-color: #1A9F12; }
span { border-color: rgb(26,159,18); }
td.TdClassName
{
border-color: #1A9F12;
}
.TagClassName
{
border-color: #1A9F12;
}
</style>