Shades of Shamrock Green #0C9667
Tints of Shamrock Green #0C9667
RGB
CMYK
RGB Variations
Color information
#0C9667 (or 0x0C9667) is known color: Shamrock Green. HEX triplet: 0C, 96 and 67. RGB value is (12,150,103). Sum of RGB (Red+Green+Blue) = 12+150+103=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9667 is #F36998. Grayscale: #676767. Windows color (decimal): -15952281 or 6788620. OLE color: 6788620.
HSL color Cylindrical-coordinate representation of color #0C9667: hue angle of 159.57º 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 #0C9667 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 103 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.41 |
| HSL | 159.57º | 0.85% | 0.32% | - |
| HSV(B) | 159.57º | 0.92% | 0.59% | - |
| XYZ | 13.51 | 22.87 | 16.53 | - |
| YUV | 103.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 103 | 0.92 | 0 | 0.31 | 0.41 | 159.57 | 0.85 | 0.32 |
| Hex | C | 96 | 67 | 5C | 0 | 1F | 29 | A0 | 55 | 20 |
| Octal | 14 | 226 | 147 | 134 | 0 | 37 | 51 | 240 | 125 | 40 |
| Binary | 1100 | 10010110 | 1100111 | 1011100 | 0 | 11111 | 101001 | 10100000 | 1010101 | 100000 |
Color Harmonies of #0C9667
Complementary color
Monochromatic Colors of #0C9667
Black with #0C9667
Text Example
Text Example
White with #0C9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9667; }
p { color: rgb(12,150,103); }
H1.HeaderClassName
{
color: #0C9667;
}
.AnyTagClassName
{
color: #0C9667;
}
</style>
background-color css
<style>
a { background-color: #0C9667; }
a { background-color: rgb(12,150,103); }
div.DivClassName
{
background-color: #0C9667;
}
.BgClassName
{
background-color: #0C9667;
}
</style>
border-color css
<style>
span { border-color: #0C9667; }
span { border-color: rgb(12,150,103); }
td.TdClassName
{
border-color: #0C9667;
}
.TagClassName
{
border-color: #0C9667;
}
</style>