Shades of Shamrock Green #0CA365
Tints of Shamrock Green #0CA365
RGB
CMYK
RGB Variations
Color information
#0CA365 (or 0x0CA365) is known color: Shamrock Green. HEX triplet: 0C, A3 and 65. RGB value is (12,163,101). Sum of RGB (Red+Green+Blue) = 12+163+101=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA365 is #F35C9A. Grayscale: #6E6E6E. Windows color (decimal): -15948955 or 6660876. OLE color: 6660876.
HSL color Cylindrical-coordinate representation of color #0CA365: hue angle of 155.36º 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 #0CA365 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 101 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.36 |
| HSL | 155.36º | 0.86% | 0.34% | - |
| HSV(B) | 155.36º | 0.93% | 0.64% | - |
| XYZ | 15.6 | 27.21 | 16.74 | - |
| YUV | 110.78 | 122.47 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 101 | 0.93 | 0 | 0.38 | 0.36 | 155.36 | 0.86 | 0.34 |
| Hex | C | A3 | 65 | 5D | 0 | 26 | 24 | 9B | 56 | 22 |
| Octal | 14 | 243 | 145 | 135 | 0 | 46 | 44 | 233 | 126 | 42 |
| Binary | 1100 | 10100011 | 1100101 | 1011101 | 0 | 100110 | 100100 | 10011011 | 1010110 | 100010 |
Color Harmonies of #0CA365
Complementary color
Monochromatic Colors of #0CA365
Black with #0CA365
Text Example
Text Example
White with #0CA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA365; }
p { color: rgb(12,163,101); }
H1.HeaderClassName
{
color: #0CA365;
}
.AnyTagClassName
{
color: #0CA365;
}
</style>
background-color css
<style>
a { background-color: #0CA365; }
a { background-color: rgb(12,163,101); }
div.DivClassName
{
background-color: #0CA365;
}
.BgClassName
{
background-color: #0CA365;
}
</style>
border-color css
<style>
span { border-color: #0CA365; }
span { border-color: rgb(12,163,101); }
td.TdClassName
{
border-color: #0CA365;
}
.TagClassName
{
border-color: #0CA365;
}
</style>