Shades of Shamrock Green #0CA561
Tints of Shamrock Green #0CA561
RGB
CMYK
RGB Variations
Color information
#0CA561 (or 0x0CA561) is known color: Shamrock Green. HEX triplet: 0C, A5 and 61. RGB value is (12,165,97). Sum of RGB (Red+Green+Blue) = 12+165+97=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA561 is #F35A9E. Grayscale: #6F6F6F. Windows color (decimal): -15948447 or 6399244. OLE color: 6399244.
HSL color Cylindrical-coordinate representation of color #0CA561: hue angle of 153.33º 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 #0CA561 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 165 | 97 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.35 |
| HSL | 153.33º | 0.86% | 0.35% | - |
| HSV(B) | 153.33º | 0.93% | 0.65% | - |
| XYZ | 15.76 | 27.85 | 15.85 | - |
| YUV | 111.5 | 119.81 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 97 | 0.93 | 0 | 0.41 | 0.35 | 153.33 | 0.86 | 0.35 |
| Hex | C | A5 | 61 | 5D | 0 | 29 | 23 | 99 | 56 | 23 |
| Octal | 14 | 245 | 141 | 135 | 0 | 51 | 43 | 231 | 126 | 43 |
| Binary | 1100 | 10100101 | 1100001 | 1011101 | 0 | 101001 | 100011 | 10011001 | 1010110 | 100011 |
Color Harmonies of #0CA561
Complementary color
Monochromatic Colors of #0CA561
Black with #0CA561
Text Example
Text Example
White with #0CA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA561; }
p { color: rgb(12,165,97); }
H1.HeaderClassName
{
color: #0CA561;
}
.AnyTagClassName
{
color: #0CA561;
}
</style>
background-color css
<style>
a { background-color: #0CA561; }
a { background-color: rgb(12,165,97); }
div.DivClassName
{
background-color: #0CA561;
}
.BgClassName
{
background-color: #0CA561;
}
</style>
border-color css
<style>
span { border-color: #0CA561; }
span { border-color: rgb(12,165,97); }
td.TdClassName
{
border-color: #0CA561;
}
.TagClassName
{
border-color: #0CA561;
}
</style>