Shades of Dark Pastel Green #0CC347
Tints of Dark Pastel Green #0CC347
RGB
CMYK
RGB Variations
Color information
#0CC347 (or 0x0CC347) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 47. RGB value is (12,195,71). Sum of RGB (Red+Green+Blue) = 12+195+71=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC347 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC347 is #F33CB8. Grayscale: #7E7E7E. Windows color (decimal): -15940793 or 4702988. OLE color: 4702988.
HSL color Cylindrical-coordinate representation of color #0CC347: hue angle of 139.34º 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 #0CC347 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 71 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.24 |
| HSL | 139.34º | 0.88% | 0.41% | - |
| HSV(B) | 139.34º | 0.94% | 0.76% | - |
| XYZ | 20.8 | 39.56 | 12.5 | - |
| YUV | 126.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 71 | 0.94 | 0 | 0.64 | 0.24 | 139.34 | 0.88 | 0.41 |
| Hex | C | C3 | 47 | 5E | 0 | 40 | 18 | 8B | 58 | 29 |
| Octal | 14 | 303 | 107 | 136 | 0 | 100 | 30 | 213 | 130 | 51 |
| Binary | 1100 | 11000011 | 1000111 | 1011110 | 0 | 1000000 | 11000 | 10001011 | 1011000 | 101001 |
Color Harmonies of #0CC347
Complementary color
Monochromatic Colors of #0CC347
Black with #0CC347
Text Example
Text Example
White with #0CC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC347; }
p { color: rgb(12,195,71); }
H1.HeaderClassName
{
color: #0CC347;
}
.AnyTagClassName
{
color: #0CC347;
}
</style>
background-color css
<style>
a { background-color: #0CC347; }
a { background-color: rgb(12,195,71); }
div.DivClassName
{
background-color: #0CC347;
}
.BgClassName
{
background-color: #0CC347;
}
</style>
border-color css
<style>
span { border-color: #0CC347; }
span { border-color: rgb(12,195,71); }
td.TdClassName
{
border-color: #0CC347;
}
.TagClassName
{
border-color: #0CC347;
}
</style>