Shades of Dark Pastel Green #0CB63C
Tints of Dark Pastel Green #0CB63C
RGB
CMYK
RGB Variations
Color information
#0CB63C (or 0x0CB63C) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 3C. RGB value is (12,182,60). Sum of RGB (Red+Green+Blue) = 12+182+60=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB63C is #F349C3. Grayscale: #757575. Windows color (decimal): -15944132 or 3978764. OLE color: 3978764.
HSL color Cylindrical-coordinate representation of color #0CB63C: hue angle of 136.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB63C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 60 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.29 |
| HSL | 136.94º | 0.88% | 0.38% | - |
| HSV(B) | 136.94º | 0.93% | 0.71% | - |
| XYZ | 17.7 | 33.86 | 9.88 | - |
| YUV | 117.26 | 95.68 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 60 | 0.93 | 0 | 0.67 | 0.29 | 136.94 | 0.88 | 0.38 |
| Hex | C | B6 | 3C | 5D | 0 | 43 | 1D | 89 | 58 | 26 |
| Octal | 14 | 266 | 74 | 135 | 0 | 103 | 35 | 211 | 130 | 46 |
| Binary | 1100 | 10110110 | 111100 | 1011101 | 0 | 1000011 | 11101 | 10001001 | 1011000 | 100110 |
Color Harmonies of #0CB63C
Complementary color
Monochromatic Colors of #0CB63C
Black with #0CB63C
Text Example
Text Example
White with #0CB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB63C; }
p { color: rgb(12,182,60); }
H1.HeaderClassName
{
color: #0CB63C;
}
.AnyTagClassName
{
color: #0CB63C;
}
</style>
background-color css
<style>
a { background-color: #0CB63C; }
a { background-color: rgb(12,182,60); }
div.DivClassName
{
background-color: #0CB63C;
}
.BgClassName
{
background-color: #0CB63C;
}
</style>
border-color css
<style>
span { border-color: #0CB63C; }
span { border-color: rgb(12,182,60); }
td.TdClassName
{
border-color: #0CB63C;
}
.TagClassName
{
border-color: #0CB63C;
}
</style>