Shades of Dark Spring Green #0C8A35
Tints of Dark Spring Green #0C8A35
RGB
CMYK
RGB Variations
Color information
#0C8A35 (or 0x0C8A35) is known color: Dark Spring Green. HEX triplet: 0C, 8A and 35. RGB value is (12,138,53). Sum of RGB (Red+Green+Blue) = 12+138+53=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A35 is #F375CA. Grayscale: #5A5A5A. Windows color (decimal): -15955403 or 3508748. OLE color: 3508748.
HSL color Cylindrical-coordinate representation of color #0C8A35: hue angle of 139.52º 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 #0C8A35 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 53 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.46 |
| HSL | 139.52º | 0.84% | 0.29% | - |
| HSV(B) | 139.52º | 0.91% | 0.54% | - |
| XYZ | 9.88 | 18.51 | 6.42 | - |
| YUV | 90.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 53 | 0.91 | 0 | 0.62 | 0.46 | 139.52 | 0.84 | 0.29 |
| Hex | C | 8A | 35 | 5B | 0 | 3E | 2E | 8C | 54 | 1D |
| Octal | 14 | 212 | 65 | 133 | 0 | 76 | 56 | 214 | 124 | 35 |
| Binary | 1100 | 10001010 | 110101 | 1011011 | 0 | 111110 | 101110 | 10001100 | 1010100 | 11101 |
Color Harmonies of #0C8A35
Complementary color
Monochromatic Colors of #0C8A35
Black with #0C8A35
Text Example
Text Example
White with #0C8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A35; }
p { color: rgb(12,138,53); }
H1.HeaderClassName
{
color: #0C8A35;
}
.AnyTagClassName
{
color: #0C8A35;
}
</style>
background-color css
<style>
a { background-color: #0C8A35; }
a { background-color: rgb(12,138,53); }
div.DivClassName
{
background-color: #0C8A35;
}
.BgClassName
{
background-color: #0C8A35;
}
</style>
border-color css
<style>
span { border-color: #0C8A35; }
span { border-color: rgb(12,138,53); }
td.TdClassName
{
border-color: #0C8A35;
}
.TagClassName
{
border-color: #0C8A35;
}
</style>