Shades of Pigment Green #0C9447
Tints of Pigment Green #0C9447
RGB
CMYK
RGB Variations
Color information
#0C9447 (or 0x0C9447) is known color: Pigment Green. HEX triplet: 0C, 94 and 47. RGB value is (12,148,71). Sum of RGB (Red+Green+Blue) = 12+148+71=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9447 is #F36BB8. Grayscale: #626262. Windows color (decimal): -15952825 or 4690956. OLE color: 4690956.
HSL color Cylindrical-coordinate representation of color #0C9447: hue angle of 146.03º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9447 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 71 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.42 |
| HSL | 146.03º | 0.85% | 0.31% | - |
| HSV(B) | 146.03º | 0.92% | 0.58% | - |
| XYZ | 11.88 | 21.71 | 9.53 | - |
| YUV | 98.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 71 | 0.92 | 0 | 0.52 | 0.42 | 146.03 | 0.85 | 0.31 |
| Hex | C | 94 | 47 | 5C | 0 | 34 | 2A | 92 | 55 | 1F |
| Octal | 14 | 224 | 107 | 134 | 0 | 64 | 52 | 222 | 125 | 37 |
| Binary | 1100 | 10010100 | 1000111 | 1011100 | 0 | 110100 | 101010 | 10010010 | 1010101 | 11111 |
Color Harmonies of #0C9447
Complementary color
Monochromatic Colors of #0C9447
Black with #0C9447
Text Example
Text Example
White with #0C9447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9447; }
p { color: rgb(12,148,71); }
H1.HeaderClassName
{
color: #0C9447;
}
.AnyTagClassName
{
color: #0C9447;
}
</style>
background-color css
<style>
a { background-color: #0C9447; }
a { background-color: rgb(12,148,71); }
div.DivClassName
{
background-color: #0C9447;
}
.BgClassName
{
background-color: #0C9447;
}
</style>
border-color css
<style>
span { border-color: #0C9447; }
span { border-color: rgb(12,148,71); }
td.TdClassName
{
border-color: #0C9447;
}
.TagClassName
{
border-color: #0C9447;
}
</style>