Shades of Shamrock Green #0CA35F
Tints of Shamrock Green #0CA35F
RGB
CMYK
RGB Variations
Color information
#0CA35F (or 0x0CA35F) is known color: Shamrock Green. HEX triplet: 0C, A3 and 5F. RGB value is (12,163,95). Sum of RGB (Red+Green+Blue) = 12+163+95=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA35F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA35F is #F35CA0. Grayscale: #6E6E6E. Windows color (decimal): -15948961 or 6267660. OLE color: 6267660.
HSL color Cylindrical-coordinate representation of color #0CA35F: hue angle of 152.98º 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 #0CA35F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 95 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.36 |
| HSL | 152.98º | 0.86% | 0.34% | - |
| HSV(B) | 152.98º | 0.93% | 0.64% | - |
| XYZ | 15.31 | 27.1 | 15.25 | - |
| YUV | 110.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 95 | 0.93 | 0 | 0.42 | 0.36 | 152.98 | 0.86 | 0.34 |
| Hex | C | A3 | 5F | 5D | 0 | 2A | 24 | 99 | 56 | 22 |
| Octal | 14 | 243 | 137 | 135 | 0 | 52 | 44 | 231 | 126 | 42 |
| Binary | 1100 | 10100011 | 1011111 | 1011101 | 0 | 101010 | 100100 | 10011001 | 1010110 | 100010 |
Color Harmonies of #0CA35F
Complementary color
Monochromatic Colors of #0CA35F
Black with #0CA35F
Text Example
Text Example
White with #0CA35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA35F; }
p { color: rgb(12,163,95); }
H1.HeaderClassName
{
color: #0CA35F;
}
.AnyTagClassName
{
color: #0CA35F;
}
</style>
background-color css
<style>
a { background-color: #0CA35F; }
a { background-color: rgb(12,163,95); }
div.DivClassName
{
background-color: #0CA35F;
}
.BgClassName
{
background-color: #0CA35F;
}
</style>
border-color css
<style>
span { border-color: #0CA35F; }
span { border-color: rgb(12,163,95); }
td.TdClassName
{
border-color: #0CA35F;
}
.TagClassName
{
border-color: #0CA35F;
}
</style>