Shades of Dark Pastel Green #0CB71B
Tints of Dark Pastel Green #0CB71B
RGB
CMYK
RGB Variations
Color information
#0CB71B (or 0x0CB71B) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 1B. RGB value is (12,183,27). Sum of RGB (Red+Green+Blue) = 12+183+27=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 183 (71.88% from 255 or 82.43% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB71B is #F348E4. Grayscale: #727272. Windows color (decimal): -15943909 or 1816332. OLE color: 1816332.
HSL color Cylindrical-coordinate representation of color #0CB71B: hue angle of 125.26º 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 #0CB71B is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 27 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.28 |
| HSL | 125.26º | 0.88% | 0.38% | - |
| HSV(B) | 125.26º | 0.93% | 0.72% | - |
| XYZ | 17.28 | 34.02 | 6.69 | - |
| YUV | 114.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 27 | 0.93 | 0 | 0.85 | 0.28 | 125.26 | 0.88 | 0.38 |
| Hex | C | B7 | 1B | 5D | 0 | 55 | 1C | 7D | 58 | 26 |
| Octal | 14 | 267 | 33 | 135 | 0 | 125 | 34 | 175 | 130 | 46 |
| Binary | 1100 | 10110111 | 11011 | 1011101 | 0 | 1010101 | 11100 | 1111101 | 1011000 | 100110 |
Color Harmonies of #0CB71B
Complementary color
Monochromatic Colors of #0CB71B
Black with #0CB71B
Text Example
Text Example
White with #0CB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB71B; }
p { color: rgb(12,183,27); }
H1.HeaderClassName
{
color: #0CB71B;
}
.AnyTagClassName
{
color: #0CB71B;
}
</style>
background-color css
<style>
a { background-color: #0CB71B; }
a { background-color: rgb(12,183,27); }
div.DivClassName
{
background-color: #0CB71B;
}
.BgClassName
{
background-color: #0CB71B;
}
</style>
border-color css
<style>
span { border-color: #0CB71B; }
span { border-color: rgb(12,183,27); }
td.TdClassName
{
border-color: #0CB71B;
}
.TagClassName
{
border-color: #0CB71B;
}
</style>