Shades of Pigment Green #0CA353
Tints of Pigment Green #0CA353
RGB
CMYK
RGB Variations
Color information
#0CA353 (or 0x0CA353) is known color: Pigment Green. HEX triplet: 0C, A3 and 53. RGB value is (12,163,83). Sum of RGB (Red+Green+Blue) = 12+163+83=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA353 is #F35CAC. Grayscale: #6C6C6C. Windows color (decimal): -15948973 or 5481228. OLE color: 5481228.
HSL color Cylindrical-coordinate representation of color #0CA353: hue angle of 148.21º 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 #0CA353 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 83 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.36 |
| HSL | 148.21º | 0.86% | 0.34% | - |
| HSV(B) | 148.21º | 0.93% | 0.64% | - |
| XYZ | 14.81 | 26.9 | 12.59 | - |
| YUV | 108.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 83 | 0.93 | 0 | 0.49 | 0.36 | 148.21 | 0.86 | 0.34 |
| Hex | C | A3 | 53 | 5D | 0 | 31 | 24 | 94 | 56 | 22 |
| Octal | 14 | 243 | 123 | 135 | 0 | 61 | 44 | 224 | 126 | 42 |
| Binary | 1100 | 10100011 | 1010011 | 1011101 | 0 | 110001 | 100100 | 10010100 | 1010110 | 100010 |
Color Harmonies of #0CA353
Complementary color
Monochromatic Colors of #0CA353
Black with #0CA353
Text Example
Text Example
White with #0CA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA353; }
p { color: rgb(12,163,83); }
H1.HeaderClassName
{
color: #0CA353;
}
.AnyTagClassName
{
color: #0CA353;
}
</style>
background-color css
<style>
a { background-color: #0CA353; }
a { background-color: rgb(12,163,83); }
div.DivClassName
{
background-color: #0CA353;
}
.BgClassName
{
background-color: #0CA353;
}
</style>
border-color css
<style>
span { border-color: #0CA353; }
span { border-color: rgb(12,163,83); }
td.TdClassName
{
border-color: #0CA353;
}
.TagClassName
{
border-color: #0CA353;
}
</style>