Shades of Dark Spring Green #0C8E34
Tints of Dark Spring Green #0C8E34
RGB
CMYK
RGB Variations
Color information
#0C8E34 (or 0x0C8E34) is known color: Dark Spring Green. HEX triplet: 0C, 8E and 34. RGB value is (12,142,52). Sum of RGB (Red+Green+Blue) = 12+142+52=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8E34 is #F371CB. Grayscale: #5D5D5D. Windows color (decimal): -15954380 or 3444236. OLE color: 3444236.
HSL color Cylindrical-coordinate representation of color #0C8E34: hue angle of 138.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E34 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 52 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.44 |
| HSL | 138.46º | 0.84% | 0.3% | - |
| HSV(B) | 138.46º | 0.92% | 0.56% | - |
| XYZ | 10.44 | 19.67 | 6.5 | - |
| YUV | 92.87 | 104.93 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 52 | 0.92 | 0 | 0.63 | 0.44 | 138.46 | 0.84 | 0.3 |
| Hex | C | 8E | 34 | 5C | 0 | 3F | 2C | 8A | 54 | 1E |
| Octal | 14 | 216 | 64 | 134 | 0 | 77 | 54 | 212 | 124 | 36 |
| Binary | 1100 | 10001110 | 110100 | 1011100 | 0 | 111111 | 101100 | 10001010 | 1010100 | 11110 |
Color Harmonies of #0C8E34
Complementary color
Monochromatic Colors of #0C8E34
Black with #0C8E34
Text Example
Text Example
White with #0C8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E34; }
p { color: rgb(12,142,52); }
H1.HeaderClassName
{
color: #0C8E34;
}
.AnyTagClassName
{
color: #0C8E34;
}
</style>
background-color css
<style>
a { background-color: #0C8E34; }
a { background-color: rgb(12,142,52); }
div.DivClassName
{
background-color: #0C8E34;
}
.BgClassName
{
background-color: #0C8E34;
}
</style>
border-color css
<style>
span { border-color: #0C8E34; }
span { border-color: rgb(12,142,52); }
td.TdClassName
{
border-color: #0C8E34;
}
.TagClassName
{
border-color: #0C8E34;
}
</style>