Shades of Dark Spring Green #0C8734
Tints of Dark Spring Green #0C8734
RGB
CMYK
RGB Variations
Color information
#0C8734 (or 0x0C8734) is known color: Dark Spring Green. HEX triplet: 0C, 87 and 34. RGB value is (12,135,52). Sum of RGB (Red+Green+Blue) = 12+135+52=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8734 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8734 is #F378CB. Grayscale: #585858. Windows color (decimal): -15956172 or 3442444. OLE color: 3442444.
HSL color Cylindrical-coordinate representation of color #0C8734: hue angle of 139.51º 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 #0C8734 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 52 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.47 |
| HSL | 139.51º | 0.84% | 0.29% | - |
| HSV(B) | 139.51º | 0.91% | 0.53% | - |
| XYZ | 9.44 | 17.65 | 6.16 | - |
| YUV | 88.76 | 107.25 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 52 | 0.91 | 0 | 0.61 | 0.47 | 139.51 | 0.84 | 0.29 |
| Hex | C | 87 | 34 | 5B | 0 | 3D | 2F | 8C | 54 | 1D |
| Octal | 14 | 207 | 64 | 133 | 0 | 75 | 57 | 214 | 124 | 35 |
| Binary | 1100 | 10000111 | 110100 | 1011011 | 0 | 111101 | 101111 | 10001100 | 1010100 | 11101 |
Color Harmonies of #0C8734
Complementary color
Monochromatic Colors of #0C8734
Black with #0C8734
Text Example
Text Example
White with #0C8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8734; }
p { color: rgb(12,135,52); }
H1.HeaderClassName
{
color: #0C8734;
}
.AnyTagClassName
{
color: #0C8734;
}
</style>
background-color css
<style>
a { background-color: #0C8734; }
a { background-color: rgb(12,135,52); }
div.DivClassName
{
background-color: #0C8734;
}
.BgClassName
{
background-color: #0C8734;
}
</style>
border-color css
<style>
span { border-color: #0C8734; }
span { border-color: rgb(12,135,52); }
td.TdClassName
{
border-color: #0C8734;
}
.TagClassName
{
border-color: #0C8734;
}
</style>