Shades of Dark Pastel Green #0CC150
Tints of Dark Pastel Green #0CC150
RGB
CMYK
RGB Variations
Color information
#0CC150 (or 0x0CC150) is known color: Dark Pastel Green. HEX triplet: 0C, C1 and 50. RGB value is (12,193,80). Sum of RGB (Red+Green+Blue) = 12+193+80=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC150 is #F33EAF. Grayscale: #7E7E7E. Windows color (decimal): -15941296 or 5292300. OLE color: 5292300.
HSL color Cylindrical-coordinate representation of color #0CC150: hue angle of 142.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC150 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 80 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.24 |
| HSL | 142.54º | 0.88% | 0.4% | - |
| HSV(B) | 142.54º | 0.94% | 0.76% | - |
| XYZ | 20.67 | 38.8 | 13.99 | - |
| YUV | 126 | 102.03 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 80 | 0.94 | 0 | 0.59 | 0.24 | 142.54 | 0.88 | 0.4 |
| Hex | C | C1 | 50 | 5E | 0 | 3B | 18 | 8F | 58 | 28 |
| Octal | 14 | 301 | 120 | 136 | 0 | 73 | 30 | 217 | 130 | 50 |
| Binary | 1100 | 11000001 | 1010000 | 1011110 | 0 | 111011 | 11000 | 10001111 | 1011000 | 101000 |
Color Harmonies of #0CC150
Complementary color
Monochromatic Colors of #0CC150
Black with #0CC150
Text Example
Text Example
White with #0CC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC150; }
p { color: rgb(12,193,80); }
H1.HeaderClassName
{
color: #0CC150;
}
.AnyTagClassName
{
color: #0CC150;
}
</style>
background-color css
<style>
a { background-color: #0CC150; }
a { background-color: rgb(12,193,80); }
div.DivClassName
{
background-color: #0CC150;
}
.BgClassName
{
background-color: #0CC150;
}
</style>
border-color css
<style>
span { border-color: #0CC150; }
span { border-color: rgb(12,193,80); }
td.TdClassName
{
border-color: #0CC150;
}
.TagClassName
{
border-color: #0CC150;
}
</style>