Shades of Dark Pastel Green #0CC350
Tints of Dark Pastel Green #0CC350
RGB
CMYK
RGB Variations
Color information
#0CC350 (or 0x0CC350) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 50. RGB value is (12,195,80). Sum of RGB (Red+Green+Blue) = 12+195+80=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC350 is #F33CAF. Grayscale: #7F7F7F. Windows color (decimal): -15940784 or 5292812. OLE color: 5292812.
HSL color Cylindrical-coordinate representation of color #0CC350: hue angle of 142.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC350 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 80 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.24 |
| HSL | 142.3º | 0.88% | 0.41% | - |
| HSV(B) | 142.3º | 0.94% | 0.76% | - |
| XYZ | 21.11 | 39.69 | 14.14 | - |
| YUV | 127.17 | 101.37 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 80 | 0.94 | 0 | 0.59 | 0.24 | 142.3 | 0.88 | 0.41 |
| Hex | C | C3 | 50 | 5E | 0 | 3B | 18 | 8E | 58 | 29 |
| Octal | 14 | 303 | 120 | 136 | 0 | 73 | 30 | 216 | 130 | 51 |
| Binary | 1100 | 11000011 | 1010000 | 1011110 | 0 | 111011 | 11000 | 10001110 | 1011000 | 101001 |
Color Harmonies of #0CC350
Complementary color
Monochromatic Colors of #0CC350
Black with #0CC350
Text Example
Text Example
White with #0CC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC350; }
p { color: rgb(12,195,80); }
H1.HeaderClassName
{
color: #0CC350;
}
.AnyTagClassName
{
color: #0CC350;
}
</style>
background-color css
<style>
a { background-color: #0CC350; }
a { background-color: rgb(12,195,80); }
div.DivClassName
{
background-color: #0CC350;
}
.BgClassName
{
background-color: #0CC350;
}
</style>
border-color css
<style>
span { border-color: #0CC350; }
span { border-color: rgb(12,195,80); }
td.TdClassName
{
border-color: #0CC350;
}
.TagClassName
{
border-color: #0CC350;
}
</style>