Shades of Pigment Green #0CA350
Tints of Pigment Green #0CA350
RGB
CMYK
RGB Variations
Color information
#0CA350 (or 0x0CA350) is known color: Pigment Green. HEX triplet: 0C, A3 and 50. RGB value is (12,163,80). Sum of RGB (Red+Green+Blue) = 12+163+80=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA350 is #F35CAF. Grayscale: #6C6C6C. Windows color (decimal): -15948976 or 5284620. OLE color: 5284620.
HSL color Cylindrical-coordinate representation of color #0CA350: hue angle of 147.02º 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 #0CA350 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 80 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.36 |
| HSL | 147.02º | 0.86% | 0.34% | - |
| HSV(B) | 147.02º | 0.93% | 0.64% | - |
| XYZ | 14.7 | 26.85 | 12 | - |
| YUV | 108.39 | 111.97 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 80 | 0.93 | 0 | 0.51 | 0.36 | 147.02 | 0.86 | 0.34 |
| Hex | C | A3 | 50 | 5D | 0 | 33 | 24 | 93 | 56 | 22 |
| Octal | 14 | 243 | 120 | 135 | 0 | 63 | 44 | 223 | 126 | 42 |
| Binary | 1100 | 10100011 | 1010000 | 1011101 | 0 | 110011 | 100100 | 10010011 | 1010110 | 100010 |
Color Harmonies of #0CA350
Complementary color
Monochromatic Colors of #0CA350
Black with #0CA350
Text Example
Text Example
White with #0CA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA350; }
p { color: rgb(12,163,80); }
H1.HeaderClassName
{
color: #0CA350;
}
.AnyTagClassName
{
color: #0CA350;
}
</style>
background-color css
<style>
a { background-color: #0CA350; }
a { background-color: rgb(12,163,80); }
div.DivClassName
{
background-color: #0CA350;
}
.BgClassName
{
background-color: #0CA350;
}
</style>
border-color css
<style>
span { border-color: #0CA350; }
span { border-color: rgb(12,163,80); }
td.TdClassName
{
border-color: #0CA350;
}
.TagClassName
{
border-color: #0CA350;
}
</style>