Shades of Pigment Green #0C9436
Tints of Pigment Green #0C9436
RGB
CMYK
RGB Variations
Color information
#0C9436 (or 0x0C9436) is known color: Pigment Green. HEX triplet: 0C, 94 and 36. RGB value is (12,148,54). Sum of RGB (Red+Green+Blue) = 12+148+54=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9436 is #F36BC9. Grayscale: #606060. Windows color (decimal): -15952842 or 3576844. OLE color: 3576844.
HSL color Cylindrical-coordinate representation of color #0C9436: hue angle of 138.53º 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 #0C9436 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 54 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.42 |
| HSL | 138.53º | 0.85% | 0.31% | - |
| HSV(B) | 138.53º | 0.92% | 0.58% | - |
| XYZ | 11.41 | 21.52 | 7.04 | - |
| YUV | 96.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 54 | 0.92 | 0 | 0.64 | 0.42 | 138.53 | 0.85 | 0.31 |
| Hex | C | 94 | 36 | 5C | 0 | 40 | 2A | 8B | 55 | 1F |
| Octal | 14 | 224 | 66 | 134 | 0 | 100 | 52 | 213 | 125 | 37 |
| Binary | 1100 | 10010100 | 110110 | 1011100 | 0 | 1000000 | 101010 | 10001011 | 1010101 | 11111 |
Color Harmonies of #0C9436
Complementary color
Monochromatic Colors of #0C9436
Black with #0C9436
Text Example
Text Example
White with #0C9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9436; }
p { color: rgb(12,148,54); }
H1.HeaderClassName
{
color: #0C9436;
}
.AnyTagClassName
{
color: #0C9436;
}
</style>
background-color css
<style>
a { background-color: #0C9436; }
a { background-color: rgb(12,148,54); }
div.DivClassName
{
background-color: #0C9436;
}
.BgClassName
{
background-color: #0C9436;
}
</style>
border-color css
<style>
span { border-color: #0C9436; }
span { border-color: rgb(12,148,54); }
td.TdClassName
{
border-color: #0C9436;
}
.TagClassName
{
border-color: #0C9436;
}
</style>