Shades of Pigment Green #0CA647
Tints of Pigment Green #0CA647
RGB
CMYK
RGB Variations
Color information
#0CA647 (or 0x0CA647) is known color: Pigment Green. HEX triplet: 0C, A6 and 47. RGB value is (12,166,71). Sum of RGB (Red+Green+Blue) = 12+166+71=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA647 is #F359B8. Grayscale: #6D6D6D. Windows color (decimal): -15948217 or 4695564. OLE color: 4695564.
HSL color Cylindrical-coordinate representation of color #0CA647: hue angle of 142.99º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA647 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 166 | 71 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.35 |
| HSL | 142.99º | 0.87% | 0.35% | - |
| HSV(B) | 142.99º | 0.93% | 0.65% | - |
| XYZ | 14.93 | 27.81 | 10.54 | - |
| YUV | 109.12 | 106.48 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 71 | 0.93 | 0 | 0.57 | 0.35 | 142.99 | 0.87 | 0.35 |
| Hex | C | A6 | 47 | 5D | 0 | 39 | 23 | 8F | 57 | 23 |
| Octal | 14 | 246 | 107 | 135 | 0 | 71 | 43 | 217 | 127 | 43 |
| Binary | 1100 | 10100110 | 1000111 | 1011101 | 0 | 111001 | 100011 | 10001111 | 1010111 | 100011 |
Color Harmonies of #0CA647
Complementary color
Monochromatic Colors of #0CA647
Black with #0CA647
Text Example
Text Example
White with #0CA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA647; }
p { color: rgb(12,166,71); }
H1.HeaderClassName
{
color: #0CA647;
}
.AnyTagClassName
{
color: #0CA647;
}
</style>
background-color css
<style>
a { background-color: #0CA647; }
a { background-color: rgb(12,166,71); }
div.DivClassName
{
background-color: #0CA647;
}
.BgClassName
{
background-color: #0CA647;
}
</style>
border-color css
<style>
span { border-color: #0CA647; }
span { border-color: rgb(12,166,71); }
td.TdClassName
{
border-color: #0CA647;
}
.TagClassName
{
border-color: #0CA647;
}
</style>