Shades of Dark Pastel Green #0CC920
Tints of Dark Pastel Green #0CC920
RGB
CMYK
RGB Variations
Color information
#0CC920 (or 0x0CC920) is known color: Dark Pastel Green. HEX triplet: 0C, C9 and 20. RGB value is (12,201,32). Sum of RGB (Red+Green+Blue) = 12+201+32=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 201 (78.91% from 255 or 82.04% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC920 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC920 is #F336DF. Grayscale: #7D7D7D. Windows color (decimal): -15939296 or 2148620. OLE color: 2148620.
HSL color Cylindrical-coordinate representation of color #0CC920: hue angle of 126.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC920 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 32 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.21 |
| HSL | 126.35º | 0.89% | 0.42% | - |
| HSV(B) | 126.35º | 0.94% | 0.79% | - |
| XYZ | 21.3 | 41.96 | 8.34 | - |
| YUV | 125.22 | 75.38 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 32 | 0.94 | 0 | 0.84 | 0.21 | 126.35 | 0.89 | 0.42 |
| Hex | C | C9 | 20 | 5E | 0 | 54 | 15 | 7E | 59 | 2A |
| Octal | 14 | 311 | 40 | 136 | 0 | 124 | 25 | 176 | 131 | 52 |
| Binary | 1100 | 11001001 | 100000 | 1011110 | 0 | 1010100 | 10101 | 1111110 | 1011001 | 101010 |
Color Harmonies of #0CC920
Complementary color
Monochromatic Colors of #0CC920
Black with #0CC920
Text Example
Text Example
White with #0CC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC920; }
p { color: rgb(12,201,32); }
H1.HeaderClassName
{
color: #0CC920;
}
.AnyTagClassName
{
color: #0CC920;
}
</style>
background-color css
<style>
a { background-color: #0CC920; }
a { background-color: rgb(12,201,32); }
div.DivClassName
{
background-color: #0CC920;
}
.BgClassName
{
background-color: #0CC920;
}
</style>
border-color css
<style>
span { border-color: #0CC920; }
span { border-color: rgb(12,201,32); }
td.TdClassName
{
border-color: #0CC920;
}
.TagClassName
{
border-color: #0CC920;
}
</style>