Shades of Dark Pastel Green #0CBC50
Tints of Dark Pastel Green #0CBC50
RGB
CMYK
RGB Variations
Color information
#0CBC50 (or 0x0CBC50) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 50. RGB value is (12,188,80). Sum of RGB (Red+Green+Blue) = 12+188+80=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC50 is #F343AF. Grayscale: #7B7B7B. Windows color (decimal): -15942576 or 5291020. OLE color: 5291020.
HSL color Cylindrical-coordinate representation of color #0CBC50: hue angle of 143.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC50 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 80 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.26 |
| HSL | 143.18º | 0.88% | 0.39% | - |
| HSV(B) | 143.18º | 0.94% | 0.74% | - |
| XYZ | 19.58 | 36.62 | 13.63 | - |
| YUV | 123.06 | 103.69 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 80 | 0.94 | 0 | 0.57 | 0.26 | 143.18 | 0.88 | 0.39 |
| Hex | C | BC | 50 | 5E | 0 | 39 | 1A | 8F | 58 | 27 |
| Octal | 14 | 274 | 120 | 136 | 0 | 71 | 32 | 217 | 130 | 47 |
| Binary | 1100 | 10111100 | 1010000 | 1011110 | 0 | 111001 | 11010 | 10001111 | 1011000 | 100111 |
Color Harmonies of #0CBC50
Complementary color
Monochromatic Colors of #0CBC50
Black with #0CBC50
Text Example
Text Example
White with #0CBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC50; }
p { color: rgb(12,188,80); }
H1.HeaderClassName
{
color: #0CBC50;
}
.AnyTagClassName
{
color: #0CBC50;
}
</style>
background-color css
<style>
a { background-color: #0CBC50; }
a { background-color: rgb(12,188,80); }
div.DivClassName
{
background-color: #0CBC50;
}
.BgClassName
{
background-color: #0CBC50;
}
</style>
border-color css
<style>
span { border-color: #0CBC50; }
span { border-color: rgb(12,188,80); }
td.TdClassName
{
border-color: #0CBC50;
}
.TagClassName
{
border-color: #0CBC50;
}
</style>