Shades of Dark Spring Green #0C8437
Tints of Dark Spring Green #0C8437
RGB
CMYK
RGB Variations
Color information
#0C8437 (or 0x0C8437) is known color: Dark Spring Green. HEX triplet: 0C, 84 and 37. RGB value is (12,132,55). Sum of RGB (Red+Green+Blue) = 12+132+55=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8437 is #F37BC8. Grayscale: #575757. Windows color (decimal): -15956937 or 3638284. OLE color: 3638284.
HSL color Cylindrical-coordinate representation of color #0C8437: hue angle of 141.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8437 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 55 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.48 |
| HSL | 141.5º | 0.83% | 0.28% | - |
| HSV(B) | 141.5º | 0.91% | 0.52% | - |
| XYZ | 9.09 | 16.86 | 6.39 | - |
| YUV | 87.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 55 | 0.91 | 0 | 0.58 | 0.48 | 141.5 | 0.83 | 0.28 |
| Hex | C | 84 | 37 | 5B | 0 | 3A | 30 | 8E | 53 | 1C |
| Octal | 14 | 204 | 67 | 133 | 0 | 72 | 60 | 216 | 123 | 34 |
| Binary | 1100 | 10000100 | 110111 | 1011011 | 0 | 111010 | 110000 | 10001110 | 1010011 | 11100 |
Color Harmonies of #0C8437
Complementary color
Monochromatic Colors of #0C8437
Black with #0C8437
Text Example
Text Example
White with #0C8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8437; }
p { color: rgb(12,132,55); }
H1.HeaderClassName
{
color: #0C8437;
}
.AnyTagClassName
{
color: #0C8437;
}
</style>
background-color css
<style>
a { background-color: #0C8437; }
a { background-color: rgb(12,132,55); }
div.DivClassName
{
background-color: #0C8437;
}
.BgClassName
{
background-color: #0C8437;
}
</style>
border-color css
<style>
span { border-color: #0C8437; }
span { border-color: rgb(12,132,55); }
td.TdClassName
{
border-color: #0C8437;
}
.TagClassName
{
border-color: #0C8437;
}
</style>