Shades of Dark Spring Green #0C8335
Tints of Dark Spring Green #0C8335
RGB
CMYK
RGB Variations
Color information
#0C8335 (or 0x0C8335) is known color: Dark Spring Green. HEX triplet: 0C, 83 and 35. RGB value is (12,131,53). Sum of RGB (Red+Green+Blue) = 12+131+53=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #0C8335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8335 is #F37CCA. Grayscale: #565656. Windows color (decimal): -15957195 or 3506956. OLE color: 3506956.
HSL color Cylindrical-coordinate representation of color #0C8335: hue angle of 140.67º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8335 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 131 | 53 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.49 |
| HSL | 140.67º | 0.83% | 0.28% | - |
| HSV(B) | 140.67º | 0.91% | 0.51% | - |
| XYZ | 8.91 | 16.57 | 6.1 | - |
| YUV | 86.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 53 | 0.91 | 0 | 0.60 | 0.49 | 140.67 | 0.83 | 0.28 |
| Hex | C | 83 | 35 | 5B | 0 | 3C | 31 | 8D | 53 | 1C |
| Octal | 14 | 203 | 65 | 133 | 0 | 74 | 61 | 215 | 123 | 34 |
| Binary | 1100 | 10000011 | 110101 | 1011011 | 0 | 111100 | 110001 | 10001101 | 1010011 | 11100 |
Color Harmonies of #0C8335
Complementary color
Monochromatic Colors of #0C8335
Black with #0C8335
Text Example
Text Example
White with #0C8335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8335; }
p { color: rgb(12,131,53); }
H1.HeaderClassName
{
color: #0C8335;
}
.AnyTagClassName
{
color: #0C8335;
}
</style>
background-color css
<style>
a { background-color: #0C8335; }
a { background-color: rgb(12,131,53); }
div.DivClassName
{
background-color: #0C8335;
}
.BgClassName
{
background-color: #0C8335;
}
</style>
border-color css
<style>
span { border-color: #0C8335; }
span { border-color: rgb(12,131,53); }
td.TdClassName
{
border-color: #0C8335;
}
.TagClassName
{
border-color: #0C8335;
}
</style>