Shades of Dark Spring Green #0C8039
Tints of Dark Spring Green #0C8039
RGB
CMYK
RGB Variations
Color information
#0C8039 (or 0x0C8039) is known color: Dark Spring Green. HEX triplet: 0C, 80 and 39. RGB value is (12,128,57). Sum of RGB (Red+Green+Blue) = 12+128+57=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8039 is #F37FC6. Grayscale: #555555. Windows color (decimal): -15957959 or 3768332. OLE color: 3768332.
HSL color Cylindrical-coordinate representation of color #0C8039: hue angle of 143.28º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8039 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 57 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.50 |
| HSL | 143.28º | 0.83% | 0.27% | - |
| HSV(B) | 143.28º | 0.91% | 0.5% | - |
| XYZ | 8.61 | 15.81 | 6.47 | - |
| YUV | 85.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 57 | 0.91 | 0 | 0.55 | 0.50 | 143.28 | 0.83 | 0.27 |
| Hex | C | 80 | 39 | 5B | 0 | 37 | 32 | 8F | 53 | 1B |
| Octal | 14 | 200 | 71 | 133 | 0 | 67 | 62 | 217 | 123 | 33 |
| Binary | 1100 | 10000000 | 111001 | 1011011 | 0 | 110111 | 110010 | 10001111 | 1010011 | 11011 |
Color Harmonies of #0C8039
Complementary color
Monochromatic Colors of #0C8039
Black with #0C8039
Text Example
Text Example
White with #0C8039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8039; }
p { color: rgb(12,128,57); }
H1.HeaderClassName
{
color: #0C8039;
}
.AnyTagClassName
{
color: #0C8039;
}
</style>
background-color css
<style>
a { background-color: #0C8039; }
a { background-color: rgb(12,128,57); }
div.DivClassName
{
background-color: #0C8039;
}
.BgClassName
{
background-color: #0C8039;
}
</style>
border-color css
<style>
span { border-color: #0C8039; }
span { border-color: rgb(12,128,57); }
td.TdClassName
{
border-color: #0C8039;
}
.TagClassName
{
border-color: #0C8039;
}
</style>