Shades of Dark Pastel Green #0CCC1E
Tints of Dark Pastel Green #0CCC1E
RGB
CMYK
RGB Variations
Color information
#0CCC1E (or 0x0CCC1E) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 1E. RGB value is (12,204,30). Sum of RGB (Red+Green+Blue) = 12+204+30=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC1E is #F333E1. Grayscale: #7F7F7F. Windows color (decimal): -15938530 or 2018316. OLE color: 2018316.
HSL color Cylindrical-coordinate representation of color #0CCC1E: hue angle of 125.62º 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 #0CCC1E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 30 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.2 |
| HSL | 125.63º | 0.89% | 0.42% | - |
| HSV(B) | 125.63º | 0.94% | 0.8% | - |
| XYZ | 21.98 | 43.36 | 8.44 | - |
| YUV | 126.76 | 73.39 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 30 | 0.94 | 0 | 0.85 | 0.2 | 125.63 | 0.89 | 0.42 |
| Hex | C | CC | 1E | 5E | 0 | 55 | 14 | 7E | 59 | 2A |
| Octal | 14 | 314 | 36 | 136 | 0 | 125 | 24 | 176 | 131 | 52 |
| Binary | 1100 | 11001100 | 11110 | 1011110 | 0 | 1010101 | 10100 | 1111110 | 1011001 | 101010 |
Color Harmonies of #0CCC1E
Complementary color
Monochromatic Colors of #0CCC1E
Black with #0CCC1E
Text Example
Text Example
White with #0CCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC1E; }
p { color: rgb(12,204,30); }
H1.HeaderClassName
{
color: #0CCC1E;
}
.AnyTagClassName
{
color: #0CCC1E;
}
</style>
background-color css
<style>
a { background-color: #0CCC1E; }
a { background-color: rgb(12,204,30); }
div.DivClassName
{
background-color: #0CCC1E;
}
.BgClassName
{
background-color: #0CCC1E;
}
</style>
border-color css
<style>
span { border-color: #0CCC1E; }
span { border-color: rgb(12,204,30); }
td.TdClassName
{
border-color: #0CCC1E;
}
.TagClassName
{
border-color: #0CCC1E;
}
</style>