Shades of Pigment Green #0CBC5D
Tints of Pigment Green #0CBC5D
RGB
CMYK
RGB Variations
Color information
#0CBC5D (or 0x0CBC5D) is known color: Pigment Green. HEX triplet: 0C, BC and 5D. RGB value is (12,188,93). Sum of RGB (Red+Green+Blue) = 12+188+93=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC5D is #F343A2. Grayscale: #7C7C7C. Windows color (decimal): -15942563 or 6142988. OLE color: 6142988.
HSL color Cylindrical-coordinate representation of color #0CBC5D: hue angle of 147.61º 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 #0CBC5D is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 93 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.26 |
| HSL | 147.61º | 0.88% | 0.39% | - |
| HSV(B) | 147.61º | 0.94% | 0.74% | - |
| XYZ | 20.11 | 36.83 | 16.41 | - |
| YUV | 124.55 | 110.19 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 93 | 0.94 | 0 | 0.51 | 0.26 | 147.61 | 0.88 | 0.39 |
| Hex | C | BC | 5D | 5E | 0 | 33 | 1A | 94 | 58 | 27 |
| Octal | 14 | 274 | 135 | 136 | 0 | 63 | 32 | 224 | 130 | 47 |
| Binary | 1100 | 10111100 | 1011101 | 1011110 | 0 | 110011 | 11010 | 10010100 | 1011000 | 100111 |
Color Harmonies of #0CBC5D
Complementary color
Monochromatic Colors of #0CBC5D
Black with #0CBC5D
Text Example
Text Example
White with #0CBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC5D; }
p { color: rgb(12,188,93); }
H1.HeaderClassName
{
color: #0CBC5D;
}
.AnyTagClassName
{
color: #0CBC5D;
}
</style>
background-color css
<style>
a { background-color: #0CBC5D; }
a { background-color: rgb(12,188,93); }
div.DivClassName
{
background-color: #0CBC5D;
}
.BgClassName
{
background-color: #0CBC5D;
}
</style>
border-color css
<style>
span { border-color: #0CBC5D; }
span { border-color: rgb(12,188,93); }
td.TdClassName
{
border-color: #0CBC5D;
}
.TagClassName
{
border-color: #0CBC5D;
}
</style>