Shades of Forest Green #0C9F23
Tints of Forest Green #0C9F23
RGB
CMYK
RGB Variations
Color information
#0C9F23 (or 0x0C9F23) is known color: Forest Green. HEX triplet: 0C, 9F and 23. RGB value is (12,159,35). Sum of RGB (Red+Green+Blue) = 12+159+35=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 159 (62.5% from 255 or 77.18% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F23 is #F360DC. Grayscale: #656565. Windows color (decimal): -15950045 or 2334476. OLE color: 2334476.
HSL color Cylindrical-coordinate representation of color #0C9F23: hue angle of 129.39º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F23 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 35 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.38 |
| HSL | 129.39º | 0.86% | 0.34% | - |
| HSV(B) | 129.39º | 0.92% | 0.62% | - |
| XYZ | 12.85 | 25 | 5.74 | - |
| YUV | 100.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 35 | 0.92 | 0 | 0.78 | 0.38 | 129.39 | 0.86 | 0.34 |
| Hex | C | 9F | 23 | 5C | 0 | 4E | 26 | 81 | 56 | 22 |
| Octal | 14 | 237 | 43 | 134 | 0 | 116 | 46 | 201 | 126 | 42 |
| Binary | 1100 | 10011111 | 100011 | 1011100 | 0 | 1001110 | 100110 | 10000001 | 1010110 | 100010 |
Color Harmonies of #0C9F23
Complementary color
Monochromatic Colors of #0C9F23
Black with #0C9F23
Text Example
Text Example
White with #0C9F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F23; }
p { color: rgb(12,159,35); }
H1.HeaderClassName
{
color: #0C9F23;
}
.AnyTagClassName
{
color: #0C9F23;
}
</style>
background-color css
<style>
a { background-color: #0C9F23; }
a { background-color: rgb(12,159,35); }
div.DivClassName
{
background-color: #0C9F23;
}
.BgClassName
{
background-color: #0C9F23;
}
</style>
border-color css
<style>
span { border-color: #0C9F23; }
span { border-color: rgb(12,159,35); }
td.TdClassName
{
border-color: #0C9F23;
}
.TagClassName
{
border-color: #0C9F23;
}
</style>