Shades of Pigment Green #0CA14E
Tints of Pigment Green #0CA14E
RGB
CMYK
RGB Variations
Color information
#0CA14E (or 0x0CA14E) is known color: Pigment Green. HEX triplet: 0C, A1 and 4E. RGB value is (12,161,78). Sum of RGB (Red+Green+Blue) = 12+161+78=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA14E is #F35EB1. Grayscale: #6B6B6B. Windows color (decimal): -15949490 or 5153036. OLE color: 5153036.
HSL color Cylindrical-coordinate representation of color #0CA14E: hue angle of 146.58º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA14E is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 78 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.37 |
| HSL | 146.58º | 0.86% | 0.34% | - |
| HSV(B) | 146.58º | 0.93% | 0.63% | - |
| XYZ | 14.27 | 26.12 | 11.5 | - |
| YUV | 106.99 | 111.64 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 78 | 0.93 | 0 | 0.52 | 0.37 | 146.58 | 0.86 | 0.34 |
| Hex | C | A1 | 4E | 5D | 0 | 34 | 25 | 93 | 56 | 22 |
| Octal | 14 | 241 | 116 | 135 | 0 | 64 | 45 | 223 | 126 | 42 |
| Binary | 1100 | 10100001 | 1001110 | 1011101 | 0 | 110100 | 100101 | 10010011 | 1010110 | 100010 |
Color Harmonies of #0CA14E
Complementary color
Monochromatic Colors of #0CA14E
Black with #0CA14E
Text Example
Text Example
White with #0CA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA14E; }
p { color: rgb(12,161,78); }
H1.HeaderClassName
{
color: #0CA14E;
}
.AnyTagClassName
{
color: #0CA14E;
}
</style>
background-color css
<style>
a { background-color: #0CA14E; }
a { background-color: rgb(12,161,78); }
div.DivClassName
{
background-color: #0CA14E;
}
.BgClassName
{
background-color: #0CA14E;
}
</style>
border-color css
<style>
span { border-color: #0CA14E; }
span { border-color: rgb(12,161,78); }
td.TdClassName
{
border-color: #0CA14E;
}
.TagClassName
{
border-color: #0CA14E;
}
</style>