Shades of Dark Pastel Green #0CC01B
Tints of Dark Pastel Green #0CC01B
RGB
CMYK
RGB Variations
Color information
#0CC01B (or 0x0CC01B) is known color: Dark Pastel Green. HEX triplet: 0C, C0 and 1B. RGB value is (12,192,27). Sum of RGB (Red+Green+Blue) = 12+192+27=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC01B is #F33FE4. Grayscale: #777777. Windows color (decimal): -15941605 or 1818636. OLE color: 1818636.
HSL color Cylindrical-coordinate representation of color #0CC01B: hue angle of 125º 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 #0CC01B is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 27 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.25 |
| HSL | 125º | 0.88% | 0.4% | - |
| HSV(B) | 125º | 0.94% | 0.75% | - |
| XYZ | 19.2 | 37.86 | 7.33 | - |
| YUV | 119.37 | 75.87 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 27 | 0.94 | 0 | 0.86 | 0.25 | 125 | 0.88 | 0.4 |
| Hex | C | C0 | 1B | 5E | 0 | 56 | 19 | 7D | 58 | 28 |
| Octal | 14 | 300 | 33 | 136 | 0 | 126 | 31 | 175 | 130 | 50 |
| Binary | 1100 | 11000000 | 11011 | 1011110 | 0 | 1010110 | 11001 | 1111101 | 1011000 | 101000 |
Color Harmonies of #0CC01B
Complementary color
Monochromatic Colors of #0CC01B
Black with #0CC01B
Text Example
Text Example
White with #0CC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC01B; }
p { color: rgb(12,192,27); }
H1.HeaderClassName
{
color: #0CC01B;
}
.AnyTagClassName
{
color: #0CC01B;
}
</style>
background-color css
<style>
a { background-color: #0CC01B; }
a { background-color: rgb(12,192,27); }
div.DivClassName
{
background-color: #0CC01B;
}
.BgClassName
{
background-color: #0CC01B;
}
</style>
border-color css
<style>
span { border-color: #0CC01B; }
span { border-color: rgb(12,192,27); }
td.TdClassName
{
border-color: #0CC01B;
}
.TagClassName
{
border-color: #0CC01B;
}
</style>