Shades of Dark Pastel Green #0CBA50
Tints of Dark Pastel Green #0CBA50
RGB
CMYK
RGB Variations
Color information
#0CBA50 (or 0x0CBA50) is known color: Dark Pastel Green. HEX triplet: 0C, BA and 50. RGB value is (12,186,80). Sum of RGB (Red+Green+Blue) = 12+186+80=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBA50 is #F345AF. Grayscale: #7A7A7A. Windows color (decimal): -15943088 or 5290508. OLE color: 5290508.
HSL color Cylindrical-coordinate representation of color #0CBA50: hue angle of 143.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA50 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 80 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.27 |
| HSL | 143.45º | 0.88% | 0.39% | - |
| HSV(B) | 143.45º | 0.94% | 0.73% | - |
| XYZ | 19.16 | 35.78 | 13.48 | - |
| YUV | 121.89 | 104.35 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 80 | 0.94 | 0 | 0.57 | 0.27 | 143.45 | 0.88 | 0.39 |
| Hex | C | BA | 50 | 5E | 0 | 39 | 1B | 8F | 58 | 27 |
| Octal | 14 | 272 | 120 | 136 | 0 | 71 | 33 | 217 | 130 | 47 |
| Binary | 1100 | 10111010 | 1010000 | 1011110 | 0 | 111001 | 11011 | 10001111 | 1011000 | 100111 |
Color Harmonies of #0CBA50
Complementary color
Monochromatic Colors of #0CBA50
Black with #0CBA50
Text Example
Text Example
White with #0CBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA50; }
p { color: rgb(12,186,80); }
H1.HeaderClassName
{
color: #0CBA50;
}
.AnyTagClassName
{
color: #0CBA50;
}
</style>
background-color css
<style>
a { background-color: #0CBA50; }
a { background-color: rgb(12,186,80); }
div.DivClassName
{
background-color: #0CBA50;
}
.BgClassName
{
background-color: #0CBA50;
}
</style>
border-color css
<style>
span { border-color: #0CBA50; }
span { border-color: rgb(12,186,80); }
td.TdClassName
{
border-color: #0CBA50;
}
.TagClassName
{
border-color: #0CBA50;
}
</style>