Shades of Pigment Green #0C9243
Tints of Pigment Green #0C9243
RGB
CMYK
RGB Variations
Color information
#0C9243 (or 0x0C9243) is known color: Pigment Green. HEX triplet: 0C, 92 and 43. RGB value is (12,146,67). Sum of RGB (Red+Green+Blue) = 12+146+67=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9243 is #F36DBC. Grayscale: #616161. Windows color (decimal): -15953341 or 4428300. OLE color: 4428300.
HSL color Cylindrical-coordinate representation of color #0C9243: hue angle of 144.63º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9243 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 67 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.43 |
| HSL | 144.63º | 0.85% | 0.31% | - |
| HSV(B) | 144.63º | 0.92% | 0.57% | - |
| XYZ | 11.44 | 21.04 | 8.77 | - |
| YUV | 96.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 67 | 0.92 | 0 | 0.54 | 0.43 | 144.63 | 0.85 | 0.31 |
| Hex | C | 92 | 43 | 5C | 0 | 36 | 2B | 91 | 55 | 1F |
| Octal | 14 | 222 | 103 | 134 | 0 | 66 | 53 | 221 | 125 | 37 |
| Binary | 1100 | 10010010 | 1000011 | 1011100 | 0 | 110110 | 101011 | 10010001 | 1010101 | 11111 |
Color Harmonies of #0C9243
Complementary color
Monochromatic Colors of #0C9243
Black with #0C9243
Text Example
Text Example
White with #0C9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9243; }
p { color: rgb(12,146,67); }
H1.HeaderClassName
{
color: #0C9243;
}
.AnyTagClassName
{
color: #0C9243;
}
</style>
background-color css
<style>
a { background-color: #0C9243; }
a { background-color: rgb(12,146,67); }
div.DivClassName
{
background-color: #0C9243;
}
.BgClassName
{
background-color: #0C9243;
}
</style>
border-color css
<style>
span { border-color: #0C9243; }
span { border-color: rgb(12,146,67); }
td.TdClassName
{
border-color: #0C9243;
}
.TagClassName
{
border-color: #0C9243;
}
</style>