Shades of Dark Pastel Green #0CBD45
Tints of Dark Pastel Green #0CBD45
RGB
CMYK
RGB Variations
Color information
#0CBD45 (or 0x0CBD45) is known color: Dark Pastel Green. HEX triplet: 0C, BD and 45. RGB value is (12,189,69). Sum of RGB (Red+Green+Blue) = 12+189+69=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBD45 is #F342BA. Grayscale: #7A7A7A. Windows color (decimal): -15942331 or 4570380. OLE color: 4570380.
HSL color Cylindrical-coordinate representation of color #0CBD45: hue angle of 139.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD45 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 69 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.26 |
| HSL | 139.32º | 0.88% | 0.39% | - |
| HSV(B) | 139.32º | 0.94% | 0.74% | - |
| XYZ | 19.42 | 36.9 | 11.73 | - |
| YUV | 122.4 | 97.86 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 69 | 0.94 | 0 | 0.63 | 0.26 | 139.32 | 0.88 | 0.39 |
| Hex | C | BD | 45 | 5E | 0 | 3F | 1A | 8B | 58 | 27 |
| Octal | 14 | 275 | 105 | 136 | 0 | 77 | 32 | 213 | 130 | 47 |
| Binary | 1100 | 10111101 | 1000101 | 1011110 | 0 | 111111 | 11010 | 10001011 | 1011000 | 100111 |
Color Harmonies of #0CBD45
Complementary color
Monochromatic Colors of #0CBD45
Black with #0CBD45
Text Example
Text Example
White with #0CBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBD45; }
p { color: rgb(12,189,69); }
H1.HeaderClassName
{
color: #0CBD45;
}
.AnyTagClassName
{
color: #0CBD45;
}
</style>
background-color css
<style>
a { background-color: #0CBD45; }
a { background-color: rgb(12,189,69); }
div.DivClassName
{
background-color: #0CBD45;
}
.BgClassName
{
background-color: #0CBD45;
}
</style>
border-color css
<style>
span { border-color: #0CBD45; }
span { border-color: rgb(12,189,69); }
td.TdClassName
{
border-color: #0CBD45;
}
.TagClassName
{
border-color: #0CBD45;
}
</style>