Shades of Pigment Green #0C9342
Tints of Pigment Green #0C9342
RGB
CMYK
RGB Variations
Color information
#0C9342 (or 0x0C9342) is known color: Pigment Green. HEX triplet: 0C, 93 and 42. RGB value is (12,147,66). Sum of RGB (Red+Green+Blue) = 12+147+66=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9342 is #F36CBD. Grayscale: #616161. Windows color (decimal): -15953086 or 4363020. OLE color: 4363020.
HSL color Cylindrical-coordinate representation of color #0C9342: hue angle of 144º 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 #0C9342 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 66 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.42 |
| HSL | 144º | 0.85% | 0.31% | - |
| HSV(B) | 144º | 0.92% | 0.58% | - |
| XYZ | 11.57 | 21.34 | 8.66 | - |
| YUV | 97.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 66 | 0.92 | 0 | 0.55 | 0.42 | 144 | 0.85 | 0.31 |
| Hex | C | 93 | 42 | 5C | 0 | 37 | 2A | 90 | 55 | 1F |
| Octal | 14 | 223 | 102 | 134 | 0 | 67 | 52 | 220 | 125 | 37 |
| Binary | 1100 | 10010011 | 1000010 | 1011100 | 0 | 110111 | 101010 | 10010000 | 1010101 | 11111 |
Color Harmonies of #0C9342
Complementary color
Monochromatic Colors of #0C9342
Black with #0C9342
Text Example
Text Example
White with #0C9342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9342; }
p { color: rgb(12,147,66); }
H1.HeaderClassName
{
color: #0C9342;
}
.AnyTagClassName
{
color: #0C9342;
}
</style>
background-color css
<style>
a { background-color: #0C9342; }
a { background-color: rgb(12,147,66); }
div.DivClassName
{
background-color: #0C9342;
}
.BgClassName
{
background-color: #0C9342;
}
</style>
border-color css
<style>
span { border-color: #0C9342; }
span { border-color: rgb(12,147,66); }
td.TdClassName
{
border-color: #0C9342;
}
.TagClassName
{
border-color: #0C9342;
}
</style>