Shades of Forest Green #0C9D1F
Tints of Forest Green #0C9D1F
RGB
CMYK
RGB Variations
Color information
#0C9D1F (or 0x0C9D1F) is known color: Forest Green. HEX triplet: 0C, 9D and 1F. RGB value is (12,157,31). Sum of RGB (Red+Green+Blue) = 12+157+31=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 157 (61.72% from 255 or 78.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D1F is #F362E0. Grayscale: #636363. Windows color (decimal): -15950561 or 2071820. OLE color: 2071820.
HSL color Cylindrical-coordinate representation of color #0C9D1F: hue angle of 127.86º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D1F is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 157 | 31 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.38 |
| HSL | 127.86º | 0.86% | 0.33% | - |
| HSV(B) | 127.86º | 0.92% | 0.62% | - |
| XYZ | 12.46 | 24.29 | 5.33 | - |
| YUV | 99.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 157 | 31 | 0.92 | 0 | 0.80 | 0.38 | 127.86 | 0.86 | 0.33 |
| Hex | C | 9D | 1F | 5C | 0 | 50 | 26 | 80 | 56 | 21 |
| Octal | 14 | 235 | 37 | 134 | 0 | 120 | 46 | 200 | 126 | 41 |
| Binary | 1100 | 10011101 | 11111 | 1011100 | 0 | 1010000 | 100110 | 10000000 | 1010110 | 100001 |
Color Harmonies of #0C9D1F
Complementary color
Monochromatic Colors of #0C9D1F
Black with #0C9D1F
Text Example
Text Example
White with #0C9D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9D1F; }
p { color: rgb(12,157,31); }
H1.HeaderClassName
{
color: #0C9D1F;
}
.AnyTagClassName
{
color: #0C9D1F;
}
</style>
background-color css
<style>
a { background-color: #0C9D1F; }
a { background-color: rgb(12,157,31); }
div.DivClassName
{
background-color: #0C9D1F;
}
.BgClassName
{
background-color: #0C9D1F;
}
</style>
border-color css
<style>
span { border-color: #0C9D1F; }
span { border-color: rgb(12,157,31); }
td.TdClassName
{
border-color: #0C9D1F;
}
.TagClassName
{
border-color: #0C9D1F;
}
</style>