Shades of Pigment Green #0C9744
Tints of Pigment Green #0C9744
RGB
CMYK
RGB Variations
Color information
#0C9744 (or 0x0C9744) is known color: Pigment Green. HEX triplet: 0C, 97 and 44. RGB value is (12,151,68). Sum of RGB (Red+Green+Blue) = 12+151+68=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9744 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9744 is #F368BB. Grayscale: #646464. Windows color (decimal): -15952060 or 4495116. OLE color: 4495116.
HSL color Cylindrical-coordinate representation of color #0C9744: hue angle of 144.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9744 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 151 | 68 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.41 |
| HSL | 144.17º | 0.85% | 0.32% | - |
| HSV(B) | 144.17º | 0.92% | 0.59% | - |
| XYZ | 12.26 | 22.63 | 9.19 | - |
| YUV | 99.98 | 109.95 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 68 | 0.92 | 0 | 0.55 | 0.41 | 144.17 | 0.85 | 0.32 |
| Hex | C | 97 | 44 | 5C | 0 | 37 | 29 | 90 | 55 | 20 |
| Octal | 14 | 227 | 104 | 134 | 0 | 67 | 51 | 220 | 125 | 40 |
| Binary | 1100 | 10010111 | 1000100 | 1011100 | 0 | 110111 | 101001 | 10010000 | 1010101 | 100000 |
Color Harmonies of #0C9744
Complementary color
Monochromatic Colors of #0C9744
Black with #0C9744
Text Example
Text Example
White with #0C9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9744; }
p { color: rgb(12,151,68); }
H1.HeaderClassName
{
color: #0C9744;
}
.AnyTagClassName
{
color: #0C9744;
}
</style>
background-color css
<style>
a { background-color: #0C9744; }
a { background-color: rgb(12,151,68); }
div.DivClassName
{
background-color: #0C9744;
}
.BgClassName
{
background-color: #0C9744;
}
</style>
border-color css
<style>
span { border-color: #0C9744; }
span { border-color: rgb(12,151,68); }
td.TdClassName
{
border-color: #0C9744;
}
.TagClassName
{
border-color: #0C9744;
}
</style>