Shades of Shamrock Green #0C9F5D
Tints of Shamrock Green #0C9F5D
RGB
CMYK
RGB Variations
Color information
#0C9F5D (or 0x0C9F5D) is known color: Shamrock Green. HEX triplet: 0C, 9F and 5D. RGB value is (12,159,93). Sum of RGB (Red+Green+Blue) = 12+159+93=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F5D is #F360A2. Grayscale: #6B6B6B. Windows color (decimal): -15949987 or 6135564. OLE color: 6135564.
HSL color Cylindrical-coordinate representation of color #0C9F5D: hue angle of 153.06º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F5D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 93 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.38 |
| HSL | 153.06º | 0.86% | 0.34% | - |
| HSV(B) | 153.06º | 0.92% | 0.62% | - |
| XYZ | 14.53 | 25.66 | 14.54 | - |
| YUV | 107.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 93 | 0.92 | 0 | 0.42 | 0.38 | 153.06 | 0.86 | 0.34 |
| Hex | C | 9F | 5D | 5C | 0 | 2A | 26 | 99 | 56 | 22 |
| Octal | 14 | 237 | 135 | 134 | 0 | 52 | 46 | 231 | 126 | 42 |
| Binary | 1100 | 10011111 | 1011101 | 1011100 | 0 | 101010 | 100110 | 10011001 | 1010110 | 100010 |
Color Harmonies of #0C9F5D
Complementary color
Monochromatic Colors of #0C9F5D
Black with #0C9F5D
Text Example
Text Example
White with #0C9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F5D; }
p { color: rgb(12,159,93); }
H1.HeaderClassName
{
color: #0C9F5D;
}
.AnyTagClassName
{
color: #0C9F5D;
}
</style>
background-color css
<style>
a { background-color: #0C9F5D; }
a { background-color: rgb(12,159,93); }
div.DivClassName
{
background-color: #0C9F5D;
}
.BgClassName
{
background-color: #0C9F5D;
}
</style>
border-color css
<style>
span { border-color: #0C9F5D; }
span { border-color: rgb(12,159,93); }
td.TdClassName
{
border-color: #0C9F5D;
}
.TagClassName
{
border-color: #0C9F5D;
}
</style>