Shades of Shamrock Green #0C975C
Tints of Shamrock Green #0C975C
RGB
CMYK
RGB Variations
Color information
#0C975C (or 0x0C975C) is known color: Shamrock Green. HEX triplet: 0C, 97 and 5C. RGB value is (12,151,92). Sum of RGB (Red+Green+Blue) = 12+151+92=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #0C975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C975C is #F368A3. Grayscale: #666666. Windows color (decimal): -15952036 or 6067980. OLE color: 6067980.
HSL color Cylindrical-coordinate representation of color #0C975C: hue angle of 154.53º 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 #0C975C is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 151 | 92 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.41 |
| HSL | 154.53º | 0.85% | 0.32% | - |
| HSV(B) | 154.53º | 0.92% | 0.59% | - |
| XYZ | 13.15 | 22.98 | 13.87 | - |
| YUV | 102.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 92 | 0.92 | 0 | 0.39 | 0.41 | 154.53 | 0.85 | 0.32 |
| Hex | C | 97 | 5C | 5C | 0 | 27 | 29 | 9B | 55 | 20 |
| Octal | 14 | 227 | 134 | 134 | 0 | 47 | 51 | 233 | 125 | 40 |
| Binary | 1100 | 10010111 | 1011100 | 1011100 | 0 | 100111 | 101001 | 10011011 | 1010101 | 100000 |
Color Harmonies of #0C975C
Complementary color
Monochromatic Colors of #0C975C
Black with #0C975C
Text Example
Text Example
White with #0C975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C975C; }
p { color: rgb(12,151,92); }
H1.HeaderClassName
{
color: #0C975C;
}
.AnyTagClassName
{
color: #0C975C;
}
</style>
background-color css
<style>
a { background-color: #0C975C; }
a { background-color: rgb(12,151,92); }
div.DivClassName
{
background-color: #0C975C;
}
.BgClassName
{
background-color: #0C975C;
}
</style>
border-color css
<style>
span { border-color: #0C975C; }
span { border-color: rgb(12,151,92); }
td.TdClassName
{
border-color: #0C975C;
}
.TagClassName
{
border-color: #0C975C;
}
</style>