Shades of Shamrock Green #0CA059
Tints of Shamrock Green #0CA059
RGB
CMYK
RGB Variations
Color information
#0CA059 (or 0x0CA059) is known color: Shamrock Green. HEX triplet: 0C, A0 and 59. RGB value is (12,160,89). Sum of RGB (Red+Green+Blue) = 12+160+89=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA059 is #F35FA6. Grayscale: #6B6B6B. Windows color (decimal): -15949735 or 5873676. OLE color: 5873676.
HSL color Cylindrical-coordinate representation of color #0CA059: hue angle of 151.22º 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 #0CA059 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 160 | 89 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.37 |
| HSL | 151.22º | 0.86% | 0.34% | - |
| HSV(B) | 151.22º | 0.93% | 0.63% | - |
| XYZ | 14.53 | 25.94 | 13.69 | - |
| YUV | 107.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 89 | 0.93 | 0 | 0.44 | 0.37 | 151.22 | 0.86 | 0.34 |
| Hex | C | A0 | 59 | 5D | 0 | 2C | 25 | 97 | 56 | 22 |
| Octal | 14 | 240 | 131 | 135 | 0 | 54 | 45 | 227 | 126 | 42 |
| Binary | 1100 | 10100000 | 1011001 | 1011101 | 0 | 101100 | 100101 | 10010111 | 1010110 | 100010 |
Color Harmonies of #0CA059
Complementary color
Monochromatic Colors of #0CA059
Black with #0CA059
Text Example
Text Example
White with #0CA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA059; }
p { color: rgb(12,160,89); }
H1.HeaderClassName
{
color: #0CA059;
}
.AnyTagClassName
{
color: #0CA059;
}
</style>
background-color css
<style>
a { background-color: #0CA059; }
a { background-color: rgb(12,160,89); }
div.DivClassName
{
background-color: #0CA059;
}
.BgClassName
{
background-color: #0CA059;
}
</style>
border-color css
<style>
span { border-color: #0CA059; }
span { border-color: rgb(12,160,89); }
td.TdClassName
{
border-color: #0CA059;
}
.TagClassName
{
border-color: #0CA059;
}
</style>