Shades of Pigment Green #0C943A
Tints of Pigment Green #0C943A
RGB
CMYK
RGB Variations
Color information
#0C943A (or 0x0C943A) is known color: Pigment Green. HEX triplet: 0C, 94 and 3A. RGB value is (12,148,58). Sum of RGB (Red+Green+Blue) = 12+148+58=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #0C943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C943A is #F36BC5. Grayscale: #616161. Windows color (decimal): -15952838 or 3838988. OLE color: 3838988.
HSL color Cylindrical-coordinate representation of color #0C943A: hue angle of 140.29º 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 #0C943A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 58 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.42 |
| HSL | 140.29º | 0.85% | 0.31% | - |
| HSV(B) | 140.29º | 0.92% | 0.58% | - |
| XYZ | 11.51 | 21.56 | 7.56 | - |
| YUV | 97.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 58 | 0.92 | 0 | 0.61 | 0.42 | 140.29 | 0.85 | 0.31 |
| Hex | C | 94 | 3A | 5C | 0 | 3D | 2A | 8C | 55 | 1F |
| Octal | 14 | 224 | 72 | 134 | 0 | 75 | 52 | 214 | 125 | 37 |
| Binary | 1100 | 10010100 | 111010 | 1011100 | 0 | 111101 | 101010 | 10001100 | 1010101 | 11111 |
Color Harmonies of #0C943A
Complementary color
Monochromatic Colors of #0C943A
Black with #0C943A
Text Example
Text Example
White with #0C943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C943A; }
p { color: rgb(12,148,58); }
H1.HeaderClassName
{
color: #0C943A;
}
.AnyTagClassName
{
color: #0C943A;
}
</style>
background-color css
<style>
a { background-color: #0C943A; }
a { background-color: rgb(12,148,58); }
div.DivClassName
{
background-color: #0C943A;
}
.BgClassName
{
background-color: #0C943A;
}
</style>
border-color css
<style>
span { border-color: #0C943A; }
span { border-color: rgb(12,148,58); }
td.TdClassName
{
border-color: #0C943A;
}
.TagClassName
{
border-color: #0C943A;
}
</style>