Shades of Dark Spring Green #0C8837
Tints of Dark Spring Green #0C8837
RGB
CMYK
RGB Variations
Color information
#0C8837 (or 0x0C8837) is known color: Dark Spring Green. HEX triplet: 0C, 88 and 37. RGB value is (12,136,55). Sum of RGB (Red+Green+Blue) = 12+136+55=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8837 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8837 is #F377C8. Grayscale: #595959. Windows color (decimal): -15955913 or 3639308. OLE color: 3639308.
HSL color Cylindrical-coordinate representation of color #0C8837: hue angle of 140.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8837 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 55 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.47 |
| HSL | 140.81º | 0.84% | 0.29% | - |
| HSV(B) | 140.81º | 0.91% | 0.53% | - |
| XYZ | 9.65 | 17.96 | 6.57 | - |
| YUV | 89.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 55 | 0.91 | 0 | 0.60 | 0.47 | 140.81 | 0.84 | 0.29 |
| Hex | C | 88 | 37 | 5B | 0 | 3C | 2F | 8D | 54 | 1D |
| Octal | 14 | 210 | 67 | 133 | 0 | 74 | 57 | 215 | 124 | 35 |
| Binary | 1100 | 10001000 | 110111 | 1011011 | 0 | 111100 | 101111 | 10001101 | 1010100 | 11101 |
Color Harmonies of #0C8837
Complementary color
Monochromatic Colors of #0C8837
Black with #0C8837
Text Example
Text Example
White with #0C8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8837; }
p { color: rgb(12,136,55); }
H1.HeaderClassName
{
color: #0C8837;
}
.AnyTagClassName
{
color: #0C8837;
}
</style>
background-color css
<style>
a { background-color: #0C8837; }
a { background-color: rgb(12,136,55); }
div.DivClassName
{
background-color: #0C8837;
}
.BgClassName
{
background-color: #0C8837;
}
</style>
border-color css
<style>
span { border-color: #0C8837; }
span { border-color: rgb(12,136,55); }
td.TdClassName
{
border-color: #0C8837;
}
.TagClassName
{
border-color: #0C8837;
}
</style>