Shades of Dark Pastel Green #0CC01F
Tints of Dark Pastel Green #0CC01F
RGB
CMYK
RGB Variations
Color information
#0CC01F (or 0x0CC01F) is known color: Dark Pastel Green. HEX triplet: 0C, C0 and 1F. RGB value is (12,192,31). Sum of RGB (Red+Green+Blue) = 12+192+31=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC01F is #F33FE0. Grayscale: #787878. Windows color (decimal): -15941601 or 2080780. OLE color: 2080780.
HSL color Cylindrical-coordinate representation of color #0CC01F: hue angle of 126.33º 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 #0CC01F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 31 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.25 |
| HSL | 126.33º | 0.88% | 0.4% | - |
| HSV(B) | 126.33º | 0.94% | 0.75% | - |
| XYZ | 19.25 | 37.88 | 7.59 | - |
| YUV | 119.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 31 | 0.94 | 0 | 0.84 | 0.25 | 126.33 | 0.88 | 0.4 |
| Hex | C | C0 | 1F | 5E | 0 | 54 | 19 | 7E | 58 | 28 |
| Octal | 14 | 300 | 37 | 136 | 0 | 124 | 31 | 176 | 130 | 50 |
| Binary | 1100 | 11000000 | 11111 | 1011110 | 0 | 1010100 | 11001 | 1111110 | 1011000 | 101000 |
Color Harmonies of #0CC01F
Complementary color
Monochromatic Colors of #0CC01F
Black with #0CC01F
Text Example
Text Example
White with #0CC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC01F; }
p { color: rgb(12,192,31); }
H1.HeaderClassName
{
color: #0CC01F;
}
.AnyTagClassName
{
color: #0CC01F;
}
</style>
background-color css
<style>
a { background-color: #0CC01F; }
a { background-color: rgb(12,192,31); }
div.DivClassName
{
background-color: #0CC01F;
}
.BgClassName
{
background-color: #0CC01F;
}
</style>
border-color css
<style>
span { border-color: #0CC01F; }
span { border-color: rgb(12,192,31); }
td.TdClassName
{
border-color: #0CC01F;
}
.TagClassName
{
border-color: #0CC01F;
}
</style>