Shades of Dark Spring Green #0C8935
Tints of Dark Spring Green #0C8935
RGB
CMYK
RGB Variations
Color information
#0C8935 (or 0x0C8935) is known color: Dark Spring Green. HEX triplet: 0C, 89 and 35. RGB value is (12,137,53). Sum of RGB (Red+Green+Blue) = 12+137+53=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 137 (53.91% from 255 or 67.82% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8935 is #F376CA. Grayscale: #5A5A5A. Windows color (decimal): -15955659 or 3508492. OLE color: 3508492.
HSL color Cylindrical-coordinate representation of color #0C8935: hue angle of 139.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8935 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 53 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.46 |
| HSL | 139.68º | 0.84% | 0.29% | - |
| HSV(B) | 139.68º | 0.91% | 0.54% | - |
| XYZ | 9.74 | 18.23 | 6.37 | - |
| YUV | 90.05 | 107.09 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 53 | 0.91 | 0 | 0.61 | 0.46 | 139.68 | 0.84 | 0.29 |
| Hex | C | 89 | 35 | 5B | 0 | 3D | 2E | 8C | 54 | 1D |
| Octal | 14 | 211 | 65 | 133 | 0 | 75 | 56 | 214 | 124 | 35 |
| Binary | 1100 | 10001001 | 110101 | 1011011 | 0 | 111101 | 101110 | 10001100 | 1010100 | 11101 |
Color Harmonies of #0C8935
Complementary color
Monochromatic Colors of #0C8935
Black with #0C8935
Text Example
Text Example
White with #0C8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8935; }
p { color: rgb(12,137,53); }
H1.HeaderClassName
{
color: #0C8935;
}
.AnyTagClassName
{
color: #0C8935;
}
</style>
background-color css
<style>
a { background-color: #0C8935; }
a { background-color: rgb(12,137,53); }
div.DivClassName
{
background-color: #0C8935;
}
.BgClassName
{
background-color: #0C8935;
}
</style>
border-color css
<style>
span { border-color: #0C8935; }
span { border-color: rgb(12,137,53); }
td.TdClassName
{
border-color: #0C8935;
}
.TagClassName
{
border-color: #0C8935;
}
</style>