Shades of Shamrock Green #0C965B
Tints of Shamrock Green #0C965B
RGB
CMYK
RGB Variations
Color information
#0C965B (or 0x0C965B) is known color: Shamrock Green. HEX triplet: 0C, 96 and 5B. RGB value is (12,150,91). Sum of RGB (Red+Green+Blue) = 12+150+91=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #0C965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C965B is #F369A4. Grayscale: #666666. Windows color (decimal): -15952293 or 6002188. OLE color: 6002188.
HSL color Cylindrical-coordinate representation of color #0C965B: hue angle of 154.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C965B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 91 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.41 |
| HSL | 154.35º | 0.85% | 0.32% | - |
| HSV(B) | 154.35º | 0.92% | 0.59% | - |
| XYZ | 12.95 | 22.65 | 13.59 | - |
| YUV | 102.01 | 121.78 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 91 | 0.92 | 0 | 0.39 | 0.41 | 154.35 | 0.85 | 0.32 |
| Hex | C | 96 | 5B | 5C | 0 | 27 | 29 | 9A | 55 | 20 |
| Octal | 14 | 226 | 133 | 134 | 0 | 47 | 51 | 232 | 125 | 40 |
| Binary | 1100 | 10010110 | 1011011 | 1011100 | 0 | 100111 | 101001 | 10011010 | 1010101 | 100000 |
Color Harmonies of #0C965B
Complementary color
Monochromatic Colors of #0C965B
Black with #0C965B
Text Example
Text Example
White with #0C965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C965B; }
p { color: rgb(12,150,91); }
H1.HeaderClassName
{
color: #0C965B;
}
.AnyTagClassName
{
color: #0C965B;
}
</style>
background-color css
<style>
a { background-color: #0C965B; }
a { background-color: rgb(12,150,91); }
div.DivClassName
{
background-color: #0C965B;
}
.BgClassName
{
background-color: #0C965B;
}
</style>
border-color css
<style>
span { border-color: #0C965B; }
span { border-color: rgb(12,150,91); }
td.TdClassName
{
border-color: #0C965B;
}
.TagClassName
{
border-color: #0C965B;
}
</style>