Shades of Dark Pastel Green #0CCC19
Tints of Dark Pastel Green #0CCC19
RGB
CMYK
RGB Variations
Color information
#0CCC19 (or 0x0CCC19) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 19. RGB value is (12,204,25). Sum of RGB (Red+Green+Blue) = 12+204+25=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCC19 is #F333E6. Grayscale: #7E7E7E. Windows color (decimal): -15938535 or 1690636. OLE color: 1690636.
HSL color Cylindrical-coordinate representation of color #0CCC19: hue angle of 124.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC19 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 25 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.2 |
| HSL | 124.06º | 0.89% | 0.42% | - |
| HSV(B) | 124.06º | 0.94% | 0.8% | - |
| XYZ | 21.92 | 43.33 | 8.13 | - |
| YUV | 126.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 25 | 0.94 | 0 | 0.88 | 0.2 | 124.06 | 0.89 | 0.42 |
| Hex | C | CC | 19 | 5E | 0 | 58 | 14 | 7C | 59 | 2A |
| Octal | 14 | 314 | 31 | 136 | 0 | 130 | 24 | 174 | 131 | 52 |
| Binary | 1100 | 11001100 | 11001 | 1011110 | 0 | 1011000 | 10100 | 1111100 | 1011001 | 101010 |
Color Harmonies of #0CCC19
Complementary color
Monochromatic Colors of #0CCC19
Black with #0CCC19
Text Example
Text Example
White with #0CCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC19; }
p { color: rgb(12,204,25); }
H1.HeaderClassName
{
color: #0CCC19;
}
.AnyTagClassName
{
color: #0CCC19;
}
</style>
background-color css
<style>
a { background-color: #0CCC19; }
a { background-color: rgb(12,204,25); }
div.DivClassName
{
background-color: #0CCC19;
}
.BgClassName
{
background-color: #0CCC19;
}
</style>
border-color css
<style>
span { border-color: #0CCC19; }
span { border-color: rgb(12,204,25); }
td.TdClassName
{
border-color: #0CCC19;
}
.TagClassName
{
border-color: #0CCC19;
}
</style>