Shades of Shamrock Green #0C935D
Tints of Shamrock Green #0C935D
RGB
CMYK
RGB Variations
Color information
#0C935D (or 0x0C935D) is known color: Shamrock Green. HEX triplet: 0C, 93 and 5D. RGB value is (12,147,93). Sum of RGB (Red+Green+Blue) = 12+147+93=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #0C935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C935D is #F36CA2. Grayscale: #646464. Windows color (decimal): -15953059 or 6132492. OLE color: 6132492.
HSL color Cylindrical-coordinate representation of color #0C935D: hue angle of 156º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C935D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 93 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.42 |
| HSL | 156º | 0.85% | 0.31% | - |
| HSV(B) | 156º | 0.92% | 0.58% | - |
| XYZ | 12.56 | 21.74 | 13.89 | - |
| YUV | 100.48 | 123.77 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 93 | 0.92 | 0 | 0.37 | 0.42 | 156 | 0.85 | 0.31 |
| Hex | C | 93 | 5D | 5C | 0 | 25 | 2A | 9C | 55 | 1F |
| Octal | 14 | 223 | 135 | 134 | 0 | 45 | 52 | 234 | 125 | 37 |
| Binary | 1100 | 10010011 | 1011101 | 1011100 | 0 | 100101 | 101010 | 10011100 | 1010101 | 11111 |
Color Harmonies of #0C935D
Complementary color
Monochromatic Colors of #0C935D
Black with #0C935D
Text Example
Text Example
White with #0C935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C935D; }
p { color: rgb(12,147,93); }
H1.HeaderClassName
{
color: #0C935D;
}
.AnyTagClassName
{
color: #0C935D;
}
</style>
background-color css
<style>
a { background-color: #0C935D; }
a { background-color: rgb(12,147,93); }
div.DivClassName
{
background-color: #0C935D;
}
.BgClassName
{
background-color: #0C935D;
}
</style>
border-color css
<style>
span { border-color: #0C935D; }
span { border-color: rgb(12,147,93); }
td.TdClassName
{
border-color: #0C935D;
}
.TagClassName
{
border-color: #0C935D;
}
</style>