Shades of Dark Pastel Green #0CB83D
Tints of Dark Pastel Green #0CB83D
RGB
CMYK
RGB Variations
Color information
#0CB83D (or 0x0CB83D) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 3D. RGB value is (12,184,61). Sum of RGB (Red+Green+Blue) = 12+184+61=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB83D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB83D is #F347C2. Grayscale: #767676. Windows color (decimal): -15943619 or 4044812. OLE color: 4044812.
HSL color Cylindrical-coordinate representation of color #0CB83D: hue angle of 137.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB83D is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 61 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.28 |
| HSL | 137.09º | 0.88% | 0.38% | - |
| HSV(B) | 137.09º | 0.93% | 0.72% | - |
| XYZ | 18.13 | 34.7 | 10.16 | - |
| YUV | 118.55 | 95.52 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 61 | 0.93 | 0 | 0.67 | 0.28 | 137.09 | 0.88 | 0.38 |
| Hex | C | B8 | 3D | 5D | 0 | 43 | 1C | 89 | 58 | 26 |
| Octal | 14 | 270 | 75 | 135 | 0 | 103 | 34 | 211 | 130 | 46 |
| Binary | 1100 | 10111000 | 111101 | 1011101 | 0 | 1000011 | 11100 | 10001001 | 1011000 | 100110 |
Color Harmonies of #0CB83D
Complementary color
Monochromatic Colors of #0CB83D
Black with #0CB83D
Text Example
Text Example
White with #0CB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB83D; }
p { color: rgb(12,184,61); }
H1.HeaderClassName
{
color: #0CB83D;
}
.AnyTagClassName
{
color: #0CB83D;
}
</style>
background-color css
<style>
a { background-color: #0CB83D; }
a { background-color: rgb(12,184,61); }
div.DivClassName
{
background-color: #0CB83D;
}
.BgClassName
{
background-color: #0CB83D;
}
</style>
border-color css
<style>
span { border-color: #0CB83D; }
span { border-color: rgb(12,184,61); }
td.TdClassName
{
border-color: #0CB83D;
}
.TagClassName
{
border-color: #0CB83D;
}
</style>