Shades of Dark Spring Green #0C8233
Tints of Dark Spring Green #0C8233
RGB
CMYK
RGB Variations
Color information
#0C8233 (or 0x0C8233) is known color: Dark Spring Green. HEX triplet: 0C, 82 and 33. RGB value is (12,130,51). Sum of RGB (Red+Green+Blue) = 12+130+51=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8233 is #F37DCC. Grayscale: #555555. Windows color (decimal): -15957453 or 3375628. OLE color: 3375628.
HSL color Cylindrical-coordinate representation of color #0C8233: hue angle of 139.83º 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 #0C8233 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 51 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.49 |
| HSL | 139.83º | 0.83% | 0.28% | - |
| HSV(B) | 139.83º | 0.91% | 0.51% | - |
| XYZ | 8.73 | 16.28 | 5.81 | - |
| YUV | 85.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 51 | 0.91 | 0 | 0.61 | 0.49 | 139.83 | 0.83 | 0.28 |
| Hex | C | 82 | 33 | 5B | 0 | 3D | 31 | 8C | 53 | 1C |
| Octal | 14 | 202 | 63 | 133 | 0 | 75 | 61 | 214 | 123 | 34 |
| Binary | 1100 | 10000010 | 110011 | 1011011 | 0 | 111101 | 110001 | 10001100 | 1010011 | 11100 |
Color Harmonies of #0C8233
Complementary color
Monochromatic Colors of #0C8233
Black with #0C8233
Text Example
Text Example
White with #0C8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8233; }
p { color: rgb(12,130,51); }
H1.HeaderClassName
{
color: #0C8233;
}
.AnyTagClassName
{
color: #0C8233;
}
</style>
background-color css
<style>
a { background-color: #0C8233; }
a { background-color: rgb(12,130,51); }
div.DivClassName
{
background-color: #0C8233;
}
.BgClassName
{
background-color: #0C8233;
}
</style>
border-color css
<style>
span { border-color: #0C8233; }
span { border-color: rgb(12,130,51); }
td.TdClassName
{
border-color: #0C8233;
}
.TagClassName
{
border-color: #0C8233;
}
</style>