Shades of Pigment Green #0C9337
Tints of Pigment Green #0C9337
RGB
CMYK
RGB Variations
Color information
#0C9337 (or 0x0C9337) is known color: Pigment Green. HEX triplet: 0C, 93 and 37. RGB value is (12,147,55). Sum of RGB (Red+Green+Blue) = 12+147+55=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9337 is #F36CC8. Grayscale: #606060. Windows color (decimal): -15953097 or 3642124. OLE color: 3642124.
HSL color Cylindrical-coordinate representation of color #0C9337: hue angle of 139.11º 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 #0C9337 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 55 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.42 |
| HSL | 139.11º | 0.85% | 0.31% | - |
| HSV(B) | 139.11º | 0.92% | 0.58% | - |
| XYZ | 11.27 | 21.22 | 7.12 | - |
| YUV | 96.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 55 | 0.92 | 0 | 0.63 | 0.42 | 139.11 | 0.85 | 0.31 |
| Hex | C | 93 | 37 | 5C | 0 | 3F | 2A | 8B | 55 | 1F |
| Octal | 14 | 223 | 67 | 134 | 0 | 77 | 52 | 213 | 125 | 37 |
| Binary | 1100 | 10010011 | 110111 | 1011100 | 0 | 111111 | 101010 | 10001011 | 1010101 | 11111 |
Color Harmonies of #0C9337
Complementary color
Monochromatic Colors of #0C9337
Black with #0C9337
Text Example
Text Example
White with #0C9337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9337; }
p { color: rgb(12,147,55); }
H1.HeaderClassName
{
color: #0C9337;
}
.AnyTagClassName
{
color: #0C9337;
}
</style>
background-color css
<style>
a { background-color: #0C9337; }
a { background-color: rgb(12,147,55); }
div.DivClassName
{
background-color: #0C9337;
}
.BgClassName
{
background-color: #0C9337;
}
</style>
border-color css
<style>
span { border-color: #0C9337; }
span { border-color: rgb(12,147,55); }
td.TdClassName
{
border-color: #0C9337;
}
.TagClassName
{
border-color: #0C9337;
}
</style>