Shades of Pigment Green #0CA547
Tints of Pigment Green #0CA547
RGB
CMYK
RGB Variations
Color information
#0CA547 (or 0x0CA547) is known color: Pigment Green. HEX triplet: 0C, A5 and 47. RGB value is (12,165,71). Sum of RGB (Red+Green+Blue) = 12+165+71=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA547 is #F35AB8. Grayscale: #6C6C6C. Windows color (decimal): -15948473 or 4695308. OLE color: 4695308.
HSL color Cylindrical-coordinate representation of color #0CA547: hue angle of 143.14º degrees, saturation: 0.86, 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 #0CA547 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 165 | 71 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.35 |
| HSL | 143.14º | 0.86% | 0.35% | - |
| HSV(B) | 143.14º | 0.93% | 0.65% | - |
| XYZ | 14.74 | 27.44 | 10.48 | - |
| YUV | 108.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 71 | 0.93 | 0 | 0.57 | 0.35 | 143.14 | 0.86 | 0.35 |
| Hex | C | A5 | 47 | 5D | 0 | 39 | 23 | 8F | 56 | 23 |
| Octal | 14 | 245 | 107 | 135 | 0 | 71 | 43 | 217 | 126 | 43 |
| Binary | 1100 | 10100101 | 1000111 | 1011101 | 0 | 111001 | 100011 | 10001111 | 1010110 | 100011 |
Color Harmonies of #0CA547
Complementary color
Monochromatic Colors of #0CA547
Black with #0CA547
Text Example
Text Example
White with #0CA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA547; }
p { color: rgb(12,165,71); }
H1.HeaderClassName
{
color: #0CA547;
}
.AnyTagClassName
{
color: #0CA547;
}
</style>
background-color css
<style>
a { background-color: #0CA547; }
a { background-color: rgb(12,165,71); }
div.DivClassName
{
background-color: #0CA547;
}
.BgClassName
{
background-color: #0CA547;
}
</style>
border-color css
<style>
span { border-color: #0CA547; }
span { border-color: rgb(12,165,71); }
td.TdClassName
{
border-color: #0CA547;
}
.TagClassName
{
border-color: #0CA547;
}
</style>