Shades of Forest Green #1A8E12
Tints of Forest Green #1A8E12
RGB
CMYK
RGB Variations
Color information
#1A8E12 (or 0x1A8E12) is known color: Forest Green. HEX triplet: 1A, 8E and 12. RGB value is (26,142,18). Sum of RGB (Red+Green+Blue) = 26+142+18=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 142 (55.86% from 255 or 76.34% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8E12 is #E571ED. Grayscale: #5D5D5D. Windows color (decimal): -15036910 or 1216026. OLE color: 1216026.
HSL color Cylindrical-coordinate representation of color #1A8E12: hue angle of 116.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8E12 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 18 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.44 |
| HSL | 116.13º | 0.78% | 0.31% | - |
| HSV(B) | 116.13º | 0.87% | 0.56% | - |
| XYZ | 10.21 | 19.61 | 3.82 | - |
| YUV | 93.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 18 | 0.82 | 0 | 0.87 | 0.44 | 116.13 | 0.78 | 0.31 |
| Hex | 1A | 8E | 12 | 52 | 0 | 57 | 2C | 74 | 4E | 1F |
| Octal | 32 | 216 | 22 | 122 | 0 | 127 | 54 | 164 | 116 | 37 |
| Binary | 11010 | 10001110 | 10010 | 1010010 | 0 | 1010111 | 101100 | 1110100 | 1001110 | 11111 |
Color Harmonies of #1A8E12
Complementary color
Monochromatic Colors of #1A8E12
Black with #1A8E12
Text Example
Text Example
White with #1A8E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E12; }
p { color: rgb(26,142,18); }
H1.HeaderClassName
{
color: #1A8E12;
}
.AnyTagClassName
{
color: #1A8E12;
}
</style>
background-color css
<style>
a { background-color: #1A8E12; }
a { background-color: rgb(26,142,18); }
div.DivClassName
{
background-color: #1A8E12;
}
.BgClassName
{
background-color: #1A8E12;
}
</style>
border-color css
<style>
span { border-color: #1A8E12; }
span { border-color: rgb(26,142,18); }
td.TdClassName
{
border-color: #1A8E12;
}
.TagClassName
{
border-color: #1A8E12;
}
</style>