Shades of Pigment Green #0CA243
Tints of Pigment Green #0CA243
RGB
CMYK
RGB Variations
Color information
#0CA243 (or 0x0CA243) is known color: Pigment Green. HEX triplet: 0C, A2 and 43. RGB value is (12,162,67). Sum of RGB (Red+Green+Blue) = 12+162+67=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA243 is #F35DBC. Grayscale: #6A6A6A. Windows color (decimal): -15949245 or 4432396. OLE color: 4432396.
HSL color Cylindrical-coordinate representation of color #0CA243: hue angle of 142º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA243 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 67 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.36 |
| HSL | 142º | 0.86% | 0.34% | - |
| HSV(B) | 142º | 0.93% | 0.64% | - |
| XYZ | 14.09 | 26.32 | 9.65 | - |
| YUV | 106.32 | 105.81 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 67 | 0.93 | 0 | 0.59 | 0.36 | 142 | 0.86 | 0.34 |
| Hex | C | A2 | 43 | 5D | 0 | 3B | 24 | 8E | 56 | 22 |
| Octal | 14 | 242 | 103 | 135 | 0 | 73 | 44 | 216 | 126 | 42 |
| Binary | 1100 | 10100010 | 1000011 | 1011101 | 0 | 111011 | 100100 | 10001110 | 1010110 | 100010 |
Color Harmonies of #0CA243
Complementary color
Monochromatic Colors of #0CA243
Black with #0CA243
Text Example
Text Example
White with #0CA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA243; }
p { color: rgb(12,162,67); }
H1.HeaderClassName
{
color: #0CA243;
}
.AnyTagClassName
{
color: #0CA243;
}
</style>
background-color css
<style>
a { background-color: #0CA243; }
a { background-color: rgb(12,162,67); }
div.DivClassName
{
background-color: #0CA243;
}
.BgClassName
{
background-color: #0CA243;
}
</style>
border-color css
<style>
span { border-color: #0CA243; }
span { border-color: rgb(12,162,67); }
td.TdClassName
{
border-color: #0CA243;
}
.TagClassName
{
border-color: #0CA243;
}
</style>