Shades of Dark Spring Green #0C833A
Tints of Dark Spring Green #0C833A
RGB
CMYK
RGB Variations
Color information
#0C833A (or 0x0C833A) is known color: Dark Spring Green. HEX triplet: 0C, 83 and 3A. RGB value is (12,131,58). Sum of RGB (Red+Green+Blue) = 12+131+58=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #0C833A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C833A is #F37CC5. Grayscale: #575757. Windows color (decimal): -15957190 or 3834636. OLE color: 3834636.
HSL color Cylindrical-coordinate representation of color #0C833A: hue angle of 143.19º 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 #0C833A is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 131 | 58 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.49 |
| HSL | 143.19º | 0.83% | 0.28% | - |
| HSV(B) | 143.19º | 0.91% | 0.51% | - |
| XYZ | 9.03 | 16.62 | 6.73 | - |
| YUV | 87.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 58 | 0.91 | 0 | 0.56 | 0.49 | 143.19 | 0.83 | 0.28 |
| Hex | C | 83 | 3A | 5B | 0 | 38 | 31 | 8F | 53 | 1C |
| Octal | 14 | 203 | 72 | 133 | 0 | 70 | 61 | 217 | 123 | 34 |
| Binary | 1100 | 10000011 | 111010 | 1011011 | 0 | 111000 | 110001 | 10001111 | 1010011 | 11100 |
Color Harmonies of #0C833A
Complementary color
Monochromatic Colors of #0C833A
Black with #0C833A
Text Example
Text Example
White with #0C833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C833A; }
p { color: rgb(12,131,58); }
H1.HeaderClassName
{
color: #0C833A;
}
.AnyTagClassName
{
color: #0C833A;
}
</style>
background-color css
<style>
a { background-color: #0C833A; }
a { background-color: rgb(12,131,58); }
div.DivClassName
{
background-color: #0C833A;
}
.BgClassName
{
background-color: #0C833A;
}
</style>
border-color css
<style>
span { border-color: #0C833A; }
span { border-color: rgb(12,131,58); }
td.TdClassName
{
border-color: #0C833A;
}
.TagClassName
{
border-color: #0C833A;
}
</style>