Shades of Forest Green #14A61C
Tints of Forest Green #14A61C
RGB
CMYK
RGB Variations
Color information
#14A61C (or 0x14A61C) is known color: Forest Green. HEX triplet: 14, A6 and 1C. RGB value is (20,166,28). Sum of RGB (Red+Green+Blue) = 20+166+28=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #14A61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A61C is #EB59E3. Grayscale: #6B6B6B. Windows color (decimal): -15423972 or 1877524. OLE color: 1877524.
HSL color Cylindrical-coordinate representation of color #14A61C: hue angle of 123.29º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A61C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 28 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.35 |
| HSL | 123.29º | 0.78% | 0.36% | - |
| HSV(B) | 123.29º | 0.88% | 0.65% | - |
| XYZ | 14.13 | 27.51 | 5.66 | - |
| YUV | 106.61 | 83.63 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 28 | 0.88 | 0 | 0.83 | 0.35 | 123.29 | 0.78 | 0.36 |
| Hex | 14 | A6 | 1C | 58 | 0 | 53 | 23 | 7B | 4E | 24 |
| Octal | 24 | 246 | 34 | 130 | 0 | 123 | 43 | 173 | 116 | 44 |
| Binary | 10100 | 10100110 | 11100 | 1011000 | 0 | 1010011 | 100011 | 1111011 | 1001110 | 100100 |
Color Harmonies of #14A61C
Complementary color
Monochromatic Colors of #14A61C
Black with #14A61C
Text Example
Text Example
White with #14A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A61C; }
p { color: rgb(20,166,28); }
H1.HeaderClassName
{
color: #14A61C;
}
.AnyTagClassName
{
color: #14A61C;
}
</style>
background-color css
<style>
a { background-color: #14A61C; }
a { background-color: rgb(20,166,28); }
div.DivClassName
{
background-color: #14A61C;
}
.BgClassName
{
background-color: #14A61C;
}
</style>
border-color css
<style>
span { border-color: #14A61C; }
span { border-color: rgb(20,166,28); }
td.TdClassName
{
border-color: #14A61C;
}
.TagClassName
{
border-color: #14A61C;
}
</style>