Shades of Dark Pastel Green #0CB71A
Tints of Dark Pastel Green #0CB71A
RGB
CMYK
RGB Variations
Color information
#0CB71A (or 0x0CB71A) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 1A. RGB value is (12,183,26). Sum of RGB (Red+Green+Blue) = 12+183+26=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 183 (71.88% from 255 or 82.81% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB71A is #F348E5. Grayscale: #727272. Windows color (decimal): -15943910 or 1750796. OLE color: 1750796.
HSL color Cylindrical-coordinate representation of color #0CB71A: hue angle of 124.91º 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 #0CB71A is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 26 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.28 |
| HSL | 124.91º | 0.88% | 0.38% | - |
| HSV(B) | 124.91º | 0.93% | 0.72% | - |
| XYZ | 17.27 | 34.02 | 6.63 | - |
| YUV | 113.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 26 | 0.93 | 0 | 0.86 | 0.28 | 124.91 | 0.88 | 0.38 |
| Hex | C | B7 | 1A | 5D | 0 | 56 | 1C | 7D | 58 | 26 |
| Octal | 14 | 267 | 32 | 135 | 0 | 126 | 34 | 175 | 130 | 46 |
| Binary | 1100 | 10110111 | 11010 | 1011101 | 0 | 1010110 | 11100 | 1111101 | 1011000 | 100110 |
Color Harmonies of #0CB71A
Complementary color
Monochromatic Colors of #0CB71A
Black with #0CB71A
Text Example
Text Example
White with #0CB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB71A; }
p { color: rgb(12,183,26); }
H1.HeaderClassName
{
color: #0CB71A;
}
.AnyTagClassName
{
color: #0CB71A;
}
</style>
background-color css
<style>
a { background-color: #0CB71A; }
a { background-color: rgb(12,183,26); }
div.DivClassName
{
background-color: #0CB71A;
}
.BgClassName
{
background-color: #0CB71A;
}
</style>
border-color css
<style>
span { border-color: #0CB71A; }
span { border-color: rgb(12,183,26); }
td.TdClassName
{
border-color: #0CB71A;
}
.TagClassName
{
border-color: #0CB71A;
}
</style>