Shades of Dark Spring Green #0C863B
Tints of Dark Spring Green #0C863B
RGB
CMYK
RGB Variations
Color information
#0C863B (or 0x0C863B) is known color: Dark Spring Green. HEX triplet: 0C, 86 and 3B. RGB value is (12,134,59). Sum of RGB (Red+Green+Blue) = 12+134+59=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #0C863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C863B is #F379C4. Grayscale: #595959. Windows color (decimal): -15956421 or 3900940. OLE color: 3900940.
HSL color Cylindrical-coordinate representation of color #0C863B: hue angle of 143.11º 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 #0C863B is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 59 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.47 |
| HSL | 143.11º | 0.84% | 0.29% | - |
| HSV(B) | 143.11º | 0.91% | 0.53% | - |
| XYZ | 9.47 | 17.44 | 7.01 | - |
| YUV | 88.97 | 111.08 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 59 | 0.91 | 0 | 0.56 | 0.47 | 143.11 | 0.84 | 0.29 |
| Hex | C | 86 | 3B | 5B | 0 | 38 | 2F | 8F | 54 | 1D |
| Octal | 14 | 206 | 73 | 133 | 0 | 70 | 57 | 217 | 124 | 35 |
| Binary | 1100 | 10000110 | 111011 | 1011011 | 0 | 111000 | 101111 | 10001111 | 1010100 | 11101 |
Color Harmonies of #0C863B
Complementary color
Monochromatic Colors of #0C863B
Black with #0C863B
Text Example
Text Example
White with #0C863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C863B; }
p { color: rgb(12,134,59); }
H1.HeaderClassName
{
color: #0C863B;
}
.AnyTagClassName
{
color: #0C863B;
}
</style>
background-color css
<style>
a { background-color: #0C863B; }
a { background-color: rgb(12,134,59); }
div.DivClassName
{
background-color: #0C863B;
}
.BgClassName
{
background-color: #0C863B;
}
</style>
border-color css
<style>
span { border-color: #0C863B; }
span { border-color: rgb(12,134,59); }
td.TdClassName
{
border-color: #0C863B;
}
.TagClassName
{
border-color: #0C863B;
}
</style>