Shades of Shamrock Green #0C965C
Tints of Shamrock Green #0C965C
RGB
CMYK
RGB Variations
Color information
#0C965C (or 0x0C965C) is known color: Shamrock Green. HEX triplet: 0C, 96 and 5C. RGB value is (12,150,92). Sum of RGB (Red+Green+Blue) = 12+150+92=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #0C965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C965C is #F369A3. Grayscale: #666666. Windows color (decimal): -15952292 or 6067724. OLE color: 6067724.
HSL color Cylindrical-coordinate representation of color #0C965C: hue angle of 154.78º 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 #0C965C is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 92 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.41 |
| HSL | 154.78º | 0.85% | 0.32% | - |
| HSV(B) | 154.78º | 0.92% | 0.59% | - |
| XYZ | 12.99 | 22.66 | 13.82 | - |
| YUV | 102.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 92 | 0.92 | 0 | 0.39 | 0.41 | 154.78 | 0.85 | 0.32 |
| Hex | C | 96 | 5C | 5C | 0 | 27 | 29 | 9B | 55 | 20 |
| Octal | 14 | 226 | 134 | 134 | 0 | 47 | 51 | 233 | 125 | 40 |
| Binary | 1100 | 10010110 | 1011100 | 1011100 | 0 | 100111 | 101001 | 10011011 | 1010101 | 100000 |
Color Harmonies of #0C965C
Complementary color
Monochromatic Colors of #0C965C
Black with #0C965C
Text Example
Text Example
White with #0C965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C965C; }
p { color: rgb(12,150,92); }
H1.HeaderClassName
{
color: #0C965C;
}
.AnyTagClassName
{
color: #0C965C;
}
</style>
background-color css
<style>
a { background-color: #0C965C; }
a { background-color: rgb(12,150,92); }
div.DivClassName
{
background-color: #0C965C;
}
.BgClassName
{
background-color: #0C965C;
}
</style>
border-color css
<style>
span { border-color: #0C965C; }
span { border-color: rgb(12,150,92); }
td.TdClassName
{
border-color: #0C965C;
}
.TagClassName
{
border-color: #0C965C;
}
</style>