Shades of Pigment Green #0C9440
Tints of Pigment Green #0C9440
RGB
CMYK
RGB Variations
Color information
#0C9440 (or 0x0C9440) is known color: Pigment Green. HEX triplet: 0C, 94 and 40. RGB value is (12,148,64). Sum of RGB (Red+Green+Blue) = 12+148+64=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9440 is #F36BBF. Grayscale: #616161. Windows color (decimal): -15952832 or 4232204. OLE color: 4232204.
HSL color Cylindrical-coordinate representation of color #0C9440: hue angle of 142.94º 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 #0C9440 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 64 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.42 |
| HSL | 142.94º | 0.85% | 0.31% | - |
| HSV(B) | 142.94º | 0.92% | 0.58% | - |
| XYZ | 11.67 | 21.63 | 8.41 | - |
| YUV | 97.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 64 | 0.92 | 0 | 0.57 | 0.42 | 142.94 | 0.85 | 0.31 |
| Hex | C | 94 | 40 | 5C | 0 | 39 | 2A | 8F | 55 | 1F |
| Octal | 14 | 224 | 100 | 134 | 0 | 71 | 52 | 217 | 125 | 37 |
| Binary | 1100 | 10010100 | 1000000 | 1011100 | 0 | 111001 | 101010 | 10001111 | 1010101 | 11111 |
Color Harmonies of #0C9440
Complementary color
Monochromatic Colors of #0C9440
Black with #0C9440
Text Example
Text Example
White with #0C9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9440; }
p { color: rgb(12,148,64); }
H1.HeaderClassName
{
color: #0C9440;
}
.AnyTagClassName
{
color: #0C9440;
}
</style>
background-color css
<style>
a { background-color: #0C9440; }
a { background-color: rgb(12,148,64); }
div.DivClassName
{
background-color: #0C9440;
}
.BgClassName
{
background-color: #0C9440;
}
</style>
border-color css
<style>
span { border-color: #0C9440; }
span { border-color: rgb(12,148,64); }
td.TdClassName
{
border-color: #0C9440;
}
.TagClassName
{
border-color: #0C9440;
}
</style>