Shades of Dark Pastel Green #0CBA1D
Tints of Dark Pastel Green #0CBA1D
RGB
CMYK
RGB Variations
Color information
#0CBA1D (or 0x0CBA1D) is known color: Dark Pastel Green. HEX triplet: 0C, BA and 1D. RGB value is (12,186,29). Sum of RGB (Red+Green+Blue) = 12+186+29=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBA1D is #F345E2. Grayscale: #747474. Windows color (decimal): -15943139 or 1948172. OLE color: 1948172.
HSL color Cylindrical-coordinate representation of color #0CBA1D: hue angle of 125.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA1D is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 29 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.27 |
| HSL | 125.86º | 0.88% | 0.39% | - |
| HSV(B) | 125.86º | 0.94% | 0.73% | - |
| XYZ | 17.93 | 35.28 | 7.03 | - |
| YUV | 116.08 | 78.85 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 29 | 0.94 | 0 | 0.84 | 0.27 | 125.86 | 0.88 | 0.39 |
| Hex | C | BA | 1D | 5E | 0 | 54 | 1B | 7E | 58 | 27 |
| Octal | 14 | 272 | 35 | 136 | 0 | 124 | 33 | 176 | 130 | 47 |
| Binary | 1100 | 10111010 | 11101 | 1011110 | 0 | 1010100 | 11011 | 1111110 | 1011000 | 100111 |
Color Harmonies of #0CBA1D
Complementary color
Monochromatic Colors of #0CBA1D
Black with #0CBA1D
Text Example
Text Example
White with #0CBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA1D; }
p { color: rgb(12,186,29); }
H1.HeaderClassName
{
color: #0CBA1D;
}
.AnyTagClassName
{
color: #0CBA1D;
}
</style>
background-color css
<style>
a { background-color: #0CBA1D; }
a { background-color: rgb(12,186,29); }
div.DivClassName
{
background-color: #0CBA1D;
}
.BgClassName
{
background-color: #0CBA1D;
}
</style>
border-color css
<style>
span { border-color: #0CBA1D; }
span { border-color: rgb(12,186,29); }
td.TdClassName
{
border-color: #0CBA1D;
}
.TagClassName
{
border-color: #0CBA1D;
}
</style>