Shades of Dark Pastel Green #0CBD3E
Tints of Dark Pastel Green #0CBD3E
RGB
CMYK
RGB Variations
Color information
#0CBD3E (or 0x0CBD3E) is known color: Dark Pastel Green. HEX triplet: 0C, BD and 3E. RGB value is (12,189,62). Sum of RGB (Red+Green+Blue) = 12+189+62=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 189 (74.22% from 255 or 71.86% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBD3E is #F342C1. Grayscale: #797979. Windows color (decimal): -15942338 or 4111628. OLE color: 4111628.
HSL color Cylindrical-coordinate representation of color #0CBD3E: hue angle of 136.95º 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 #0CBD3E is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 62 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.26 |
| HSL | 136.95º | 0.88% | 0.39% | - |
| HSV(B) | 136.95º | 0.94% | 0.74% | - |
| XYZ | 19.22 | 36.82 | 10.65 | - |
| YUV | 121.6 | 94.36 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 62 | 0.94 | 0 | 0.67 | 0.26 | 136.95 | 0.88 | 0.39 |
| Hex | C | BD | 3E | 5E | 0 | 43 | 1A | 89 | 58 | 27 |
| Octal | 14 | 275 | 76 | 136 | 0 | 103 | 32 | 211 | 130 | 47 |
| Binary | 1100 | 10111101 | 111110 | 1011110 | 0 | 1000011 | 11010 | 10001001 | 1011000 | 100111 |
Color Harmonies of #0CBD3E
Complementary color
Monochromatic Colors of #0CBD3E
Black with #0CBD3E
Text Example
Text Example
White with #0CBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBD3E; }
p { color: rgb(12,189,62); }
H1.HeaderClassName
{
color: #0CBD3E;
}
.AnyTagClassName
{
color: #0CBD3E;
}
</style>
background-color css
<style>
a { background-color: #0CBD3E; }
a { background-color: rgb(12,189,62); }
div.DivClassName
{
background-color: #0CBD3E;
}
.BgClassName
{
background-color: #0CBD3E;
}
</style>
border-color css
<style>
span { border-color: #0CBD3E; }
span { border-color: rgb(12,189,62); }
td.TdClassName
{
border-color: #0CBD3E;
}
.TagClassName
{
border-color: #0CBD3E;
}
</style>