Shades of Dark Spring Green #0C8238
Tints of Dark Spring Green #0C8238
RGB
CMYK
RGB Variations
Color information
#0C8238 (or 0x0C8238) is known color: Dark Spring Green. HEX triplet: 0C, 82 and 38. RGB value is (12,130,56). Sum of RGB (Red+Green+Blue) = 12+130+56=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8238 is #F37DC7. Grayscale: #565656. Windows color (decimal): -15957448 or 3703308. OLE color: 3703308.
HSL color Cylindrical-coordinate representation of color #0C8238: hue angle of 142.37º 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 #0C8238 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 56 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.49 |
| HSL | 142.37º | 0.83% | 0.28% | - |
| HSV(B) | 142.37º | 0.91% | 0.51% | - |
| XYZ | 8.85 | 16.33 | 6.43 | - |
| YUV | 86.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 56 | 0.91 | 0 | 0.57 | 0.49 | 142.37 | 0.83 | 0.28 |
| Hex | C | 82 | 38 | 5B | 0 | 39 | 31 | 8E | 53 | 1C |
| Octal | 14 | 202 | 70 | 133 | 0 | 71 | 61 | 216 | 123 | 34 |
| Binary | 1100 | 10000010 | 111000 | 1011011 | 0 | 111001 | 110001 | 10001110 | 1010011 | 11100 |
Color Harmonies of #0C8238
Complementary color
Monochromatic Colors of #0C8238
Black with #0C8238
Text Example
Text Example
White with #0C8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8238; }
p { color: rgb(12,130,56); }
H1.HeaderClassName
{
color: #0C8238;
}
.AnyTagClassName
{
color: #0C8238;
}
</style>
background-color css
<style>
a { background-color: #0C8238; }
a { background-color: rgb(12,130,56); }
div.DivClassName
{
background-color: #0C8238;
}
.BgClassName
{
background-color: #0C8238;
}
</style>
border-color css
<style>
span { border-color: #0C8238; }
span { border-color: rgb(12,130,56); }
td.TdClassName
{
border-color: #0C8238;
}
.TagClassName
{
border-color: #0C8238;
}
</style>