Shades of Dark Pastel Green #0CC21C
Tints of Dark Pastel Green #0CC21C
RGB
CMYK
RGB Variations
Color information
#0CC21C (or 0x0CC21C) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 1C. RGB value is (12,194,28). Sum of RGB (Red+Green+Blue) = 12+194+28=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC21C is #F33DE3. Grayscale: #797979. Windows color (decimal): -15941092 or 1884684. OLE color: 1884684.
HSL color Cylindrical-coordinate representation of color #0CC21C: hue angle of 125.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC21C is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 28 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.24 |
| HSL | 125.27º | 0.88% | 0.4% | - |
| HSV(B) | 125.27º | 0.94% | 0.76% | - |
| XYZ | 19.65 | 38.75 | 7.54 | - |
| YUV | 120.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 28 | 0.94 | 0 | 0.86 | 0.24 | 125.27 | 0.88 | 0.4 |
| Hex | C | C2 | 1C | 5E | 0 | 56 | 18 | 7D | 58 | 28 |
| Octal | 14 | 302 | 34 | 136 | 0 | 126 | 30 | 175 | 130 | 50 |
| Binary | 1100 | 11000010 | 11100 | 1011110 | 0 | 1010110 | 11000 | 1111101 | 1011000 | 101000 |
Color Harmonies of #0CC21C
Complementary color
Monochromatic Colors of #0CC21C
Black with #0CC21C
Text Example
Text Example
White with #0CC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC21C; }
p { color: rgb(12,194,28); }
H1.HeaderClassName
{
color: #0CC21C;
}
.AnyTagClassName
{
color: #0CC21C;
}
</style>
background-color css
<style>
a { background-color: #0CC21C; }
a { background-color: rgb(12,194,28); }
div.DivClassName
{
background-color: #0CC21C;
}
.BgClassName
{
background-color: #0CC21C;
}
</style>
border-color css
<style>
span { border-color: #0CC21C; }
span { border-color: rgb(12,194,28); }
td.TdClassName
{
border-color: #0CC21C;
}
.TagClassName
{
border-color: #0CC21C;
}
</style>