Shades of Pigment Green #0C9448
Tints of Pigment Green #0C9448
RGB
CMYK
RGB Variations
Color information
#0C9448 (or 0x0C9448) is known color: Pigment Green. HEX triplet: 0C, 94 and 48. RGB value is (12,148,72). Sum of RGB (Red+Green+Blue) = 12+148+72=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9448 is #F36BB7. Grayscale: #626262. Windows color (decimal): -15952824 or 4756492. OLE color: 4756492.
HSL color Cylindrical-coordinate representation of color #0C9448: hue angle of 146.47º 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 #0C9448 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 72 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.42 |
| HSL | 146.47º | 0.85% | 0.31% | - |
| HSV(B) | 146.47º | 0.92% | 0.58% | - |
| XYZ | 11.91 | 21.73 | 9.7 | - |
| YUV | 98.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 72 | 0.92 | 0 | 0.51 | 0.42 | 146.47 | 0.85 | 0.31 |
| Hex | C | 94 | 48 | 5C | 0 | 33 | 2A | 92 | 55 | 1F |
| Octal | 14 | 224 | 110 | 134 | 0 | 63 | 52 | 222 | 125 | 37 |
| Binary | 1100 | 10010100 | 1001000 | 1011100 | 0 | 110011 | 101010 | 10010010 | 1010101 | 11111 |
Color Harmonies of #0C9448
Complementary color
Monochromatic Colors of #0C9448
Black with #0C9448
Text Example
Text Example
White with #0C9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9448; }
p { color: rgb(12,148,72); }
H1.HeaderClassName
{
color: #0C9448;
}
.AnyTagClassName
{
color: #0C9448;
}
</style>
background-color css
<style>
a { background-color: #0C9448; }
a { background-color: rgb(12,148,72); }
div.DivClassName
{
background-color: #0C9448;
}
.BgClassName
{
background-color: #0C9448;
}
</style>
border-color css
<style>
span { border-color: #0C9448; }
span { border-color: rgb(12,148,72); }
td.TdClassName
{
border-color: #0C9448;
}
.TagClassName
{
border-color: #0C9448;
}
</style>