Shades of Dark Pastel Green #0CC048
Tints of Dark Pastel Green #0CC048
RGB
CMYK
RGB Variations
Color information
#0CC048 (or 0x0CC048) is known color: Dark Pastel Green. HEX triplet: 0C, C0 and 48. RGB value is (12,192,72). Sum of RGB (Red+Green+Blue) = 12+192+72=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC048 is #F33FB7. Grayscale: #7C7C7C. Windows color (decimal): -15941560 or 4767756. OLE color: 4767756.
HSL color Cylindrical-coordinate representation of color #0CC048: hue angle of 140º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC048 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 72 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.25 |
| HSL | 140º | 0.88% | 0.4% | - |
| HSV(B) | 140º | 0.94% | 0.75% | - |
| XYZ | 20.17 | 38.25 | 12.45 | - |
| YUV | 124.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 72 | 0.94 | 0 | 0.63 | 0.25 | 140 | 0.88 | 0.4 |
| Hex | C | C0 | 48 | 5E | 0 | 3F | 19 | 8C | 58 | 28 |
| Octal | 14 | 300 | 110 | 136 | 0 | 77 | 31 | 214 | 130 | 50 |
| Binary | 1100 | 11000000 | 1001000 | 1011110 | 0 | 111111 | 11001 | 10001100 | 1011000 | 101000 |
Color Harmonies of #0CC048
Complementary color
Monochromatic Colors of #0CC048
Black with #0CC048
Text Example
Text Example
White with #0CC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC048; }
p { color: rgb(12,192,72); }
H1.HeaderClassName
{
color: #0CC048;
}
.AnyTagClassName
{
color: #0CC048;
}
</style>
background-color css
<style>
a { background-color: #0CC048; }
a { background-color: rgb(12,192,72); }
div.DivClassName
{
background-color: #0CC048;
}
.BgClassName
{
background-color: #0CC048;
}
</style>
border-color css
<style>
span { border-color: #0CC048; }
span { border-color: rgb(12,192,72); }
td.TdClassName
{
border-color: #0CC048;
}
.TagClassName
{
border-color: #0CC048;
}
</style>