Shades of Dark Pastel Green #0CB41E
Tints of Dark Pastel Green #0CB41E
RGB
CMYK
RGB Variations
Color information
#0CB41E (or 0x0CB41E) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 1E. RGB value is (12,180,30). Sum of RGB (Red+Green+Blue) = 12+180+30=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 180 (70.70% from 255 or 81.08% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB41E is #F34BE1. Grayscale: #717171. Windows color (decimal): -15944674 or 2012172. OLE color: 2012172.
HSL color Cylindrical-coordinate representation of color #0CB41E: hue angle of 126.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB41E is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 30 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.29 |
| HSL | 126.43º | 0.88% | 0.38% | - |
| HSV(B) | 126.43º | 0.93% | 0.71% | - |
| XYZ | 16.71 | 32.81 | 6.68 | - |
| YUV | 112.67 | 81.34 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 30 | 0.93 | 0 | 0.83 | 0.29 | 126.43 | 0.88 | 0.38 |
| Hex | C | B4 | 1E | 5D | 0 | 53 | 1D | 7E | 58 | 26 |
| Octal | 14 | 264 | 36 | 135 | 0 | 123 | 35 | 176 | 130 | 46 |
| Binary | 1100 | 10110100 | 11110 | 1011101 | 0 | 1010011 | 11101 | 1111110 | 1011000 | 100110 |
Color Harmonies of #0CB41E
Complementary color
Monochromatic Colors of #0CB41E
Black with #0CB41E
Text Example
Text Example
White with #0CB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB41E; }
p { color: rgb(12,180,30); }
H1.HeaderClassName
{
color: #0CB41E;
}
.AnyTagClassName
{
color: #0CB41E;
}
</style>
background-color css
<style>
a { background-color: #0CB41E; }
a { background-color: rgb(12,180,30); }
div.DivClassName
{
background-color: #0CB41E;
}
.BgClassName
{
background-color: #0CB41E;
}
</style>
border-color css
<style>
span { border-color: #0CB41E; }
span { border-color: rgb(12,180,30); }
td.TdClassName
{
border-color: #0CB41E;
}
.TagClassName
{
border-color: #0CB41E;
}
</style>