Shades of Shamrock Green #0CA15D
Tints of Shamrock Green #0CA15D
RGB
CMYK
RGB Variations
Color information
#0CA15D (or 0x0CA15D) is known color: Shamrock Green. HEX triplet: 0C, A1 and 5D. RGB value is (12,161,93). Sum of RGB (Red+Green+Blue) = 12+161+93=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA15D is #F35EA2. Grayscale: #6C6C6C. Windows color (decimal): -15949475 or 6136076. OLE color: 6136076.
HSL color Cylindrical-coordinate representation of color #0CA15D: hue angle of 152.62º 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 #0CA15D is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 93 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.37 |
| HSL | 152.62º | 0.86% | 0.34% | - |
| HSV(B) | 152.62º | 0.93% | 0.63% | - |
| XYZ | 14.87 | 26.36 | 14.66 | - |
| YUV | 108.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 93 | 0.93 | 0 | 0.42 | 0.37 | 152.62 | 0.86 | 0.34 |
| Hex | C | A1 | 5D | 5D | 0 | 2A | 25 | 99 | 56 | 22 |
| Octal | 14 | 241 | 135 | 135 | 0 | 52 | 45 | 231 | 126 | 42 |
| Binary | 1100 | 10100001 | 1011101 | 1011101 | 0 | 101010 | 100101 | 10011001 | 1010110 | 100010 |
Color Harmonies of #0CA15D
Complementary color
Monochromatic Colors of #0CA15D
Black with #0CA15D
Text Example
Text Example
White with #0CA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA15D; }
p { color: rgb(12,161,93); }
H1.HeaderClassName
{
color: #0CA15D;
}
.AnyTagClassName
{
color: #0CA15D;
}
</style>
background-color css
<style>
a { background-color: #0CA15D; }
a { background-color: rgb(12,161,93); }
div.DivClassName
{
background-color: #0CA15D;
}
.BgClassName
{
background-color: #0CA15D;
}
</style>
border-color css
<style>
span { border-color: #0CA15D; }
span { border-color: rgb(12,161,93); }
td.TdClassName
{
border-color: #0CA15D;
}
.TagClassName
{
border-color: #0CA15D;
}
</style>