Shades of Pigment Green #0CB149
Tints of Pigment Green #0CB149
RGB
CMYK
RGB Variations
Color information
#0CB149 (or 0x0CB149) is known color: Pigment Green. HEX triplet: 0C, B1 and 49. RGB value is (12,177,73). Sum of RGB (Red+Green+Blue) = 12+177+73=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB149 is #F34EB6. Grayscale: #747474. Windows color (decimal): -15945399 or 4829452. OLE color: 4829452.
HSL color Cylindrical-coordinate representation of color #0CB149: hue angle of 142.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB149 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 73 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.31 |
| HSL | 142.18º | 0.87% | 0.37% | - |
| HSV(B) | 142.18º | 0.93% | 0.69% | - |
| XYZ | 17.08 | 32 | 11.58 | - |
| YUV | 115.81 | 103.84 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 73 | 0.93 | 0 | 0.59 | 0.31 | 142.18 | 0.87 | 0.37 |
| Hex | C | B1 | 49 | 5D | 0 | 3B | 1F | 8E | 57 | 25 |
| Octal | 14 | 261 | 111 | 135 | 0 | 73 | 37 | 216 | 127 | 45 |
| Binary | 1100 | 10110001 | 1001001 | 1011101 | 0 | 111011 | 11111 | 10001110 | 1010111 | 100101 |
Color Harmonies of #0CB149
Complementary color
Monochromatic Colors of #0CB149
Black with #0CB149
Text Example
Text Example
White with #0CB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB149; }
p { color: rgb(12,177,73); }
H1.HeaderClassName
{
color: #0CB149;
}
.AnyTagClassName
{
color: #0CB149;
}
</style>
background-color css
<style>
a { background-color: #0CB149; }
a { background-color: rgb(12,177,73); }
div.DivClassName
{
background-color: #0CB149;
}
.BgClassName
{
background-color: #0CB149;
}
</style>
border-color css
<style>
span { border-color: #0CB149; }
span { border-color: rgb(12,177,73); }
td.TdClassName
{
border-color: #0CB149;
}
.TagClassName
{
border-color: #0CB149;
}
</style>