Shades of Dark Pastel Green #0CBE40
Tints of Dark Pastel Green #0CBE40
RGB
CMYK
RGB Variations
Color information
#0CBE40 (or 0x0CBE40) is known color: Dark Pastel Green. HEX triplet: 0C, BE and 40. RGB value is (12,190,64). Sum of RGB (Red+Green+Blue) = 12+190+64=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE40 is #F341BF. Grayscale: #7A7A7A. Windows color (decimal): -15942080 or 4242956. OLE color: 4242956.
HSL color Cylindrical-coordinate representation of color #0CBE40: hue angle of 137.53º 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 #0CBE40 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 64 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.25 |
| HSL | 137.53º | 0.88% | 0.4% | - |
| HSV(B) | 137.53º | 0.94% | 0.75% | - |
| XYZ | 19.49 | 37.28 | 11.02 | - |
| YUV | 122.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 64 | 0.94 | 0 | 0.66 | 0.25 | 137.53 | 0.88 | 0.4 |
| Hex | C | BE | 40 | 5E | 0 | 42 | 19 | 8A | 58 | 28 |
| Octal | 14 | 276 | 100 | 136 | 0 | 102 | 31 | 212 | 130 | 50 |
| Binary | 1100 | 10111110 | 1000000 | 1011110 | 0 | 1000010 | 11001 | 10001010 | 1011000 | 101000 |
Color Harmonies of #0CBE40
Complementary color
Monochromatic Colors of #0CBE40
Black with #0CBE40
Text Example
Text Example
White with #0CBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE40; }
p { color: rgb(12,190,64); }
H1.HeaderClassName
{
color: #0CBE40;
}
.AnyTagClassName
{
color: #0CBE40;
}
</style>
background-color css
<style>
a { background-color: #0CBE40; }
a { background-color: rgb(12,190,64); }
div.DivClassName
{
background-color: #0CBE40;
}
.BgClassName
{
background-color: #0CBE40;
}
</style>
border-color css
<style>
span { border-color: #0CBE40; }
span { border-color: rgb(12,190,64); }
td.TdClassName
{
border-color: #0CBE40;
}
.TagClassName
{
border-color: #0CBE40;
}
</style>