Shades of Shamrock Green #0C935E
Tints of Shamrock Green #0C935E
RGB
CMYK
RGB Variations
Color information
#0C935E (or 0x0C935E) is known color: Shamrock Green. HEX triplet: 0C, 93 and 5E. RGB value is (12,147,94). Sum of RGB (Red+Green+Blue) = 12+147+94=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #0C935E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C935E is #F36CA1. Grayscale: #646464. Windows color (decimal): -15953058 or 6198028. OLE color: 6198028.
HSL color Cylindrical-coordinate representation of color #0C935E: hue angle of 156.44º 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 #0C935E is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 94 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.42 |
| HSL | 156.44º | 0.85% | 0.31% | - |
| HSV(B) | 156.44º | 0.92% | 0.58% | - |
| XYZ | 12.61 | 21.75 | 14.12 | - |
| YUV | 100.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 94 | 0.92 | 0 | 0.36 | 0.42 | 156.44 | 0.85 | 0.31 |
| Hex | C | 93 | 5E | 5C | 0 | 24 | 2A | 9C | 55 | 1F |
| Octal | 14 | 223 | 136 | 134 | 0 | 44 | 52 | 234 | 125 | 37 |
| Binary | 1100 | 10010011 | 1011110 | 1011100 | 0 | 100100 | 101010 | 10011100 | 1010101 | 11111 |
Color Harmonies of #0C935E
Complementary color
Monochromatic Colors of #0C935E
Black with #0C935E
Text Example
Text Example
White with #0C935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C935E; }
p { color: rgb(12,147,94); }
H1.HeaderClassName
{
color: #0C935E;
}
.AnyTagClassName
{
color: #0C935E;
}
</style>
background-color css
<style>
a { background-color: #0C935E; }
a { background-color: rgb(12,147,94); }
div.DivClassName
{
background-color: #0C935E;
}
.BgClassName
{
background-color: #0C935E;
}
</style>
border-color css
<style>
span { border-color: #0C935E; }
span { border-color: rgb(12,147,94); }
td.TdClassName
{
border-color: #0C935E;
}
.TagClassName
{
border-color: #0C935E;
}
</style>