Shades of Shamrock Green #0C8F57
Tints of Shamrock Green #0C8F57
RGB
CMYK
RGB Variations
Color information
#0C8F57 (or 0x0C8F57) is known color: Shamrock Green. HEX triplet: 0C, 8F and 57. RGB value is (12,143,87). Sum of RGB (Red+Green+Blue) = 12+143+87=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8F57 is #F370A8. Grayscale: #616161. Windows color (decimal): -15954089 or 5738252. OLE color: 5738252.
HSL color Cylindrical-coordinate representation of color #0C8F57: hue angle of 154.35º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F57 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 87 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.44 |
| HSL | 154.35º | 0.85% | 0.3% | - |
| HSV(B) | 154.35º | 0.92% | 0.56% | - |
| XYZ | 11.69 | 20.41 | 12.34 | - |
| YUV | 97.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 87 | 0.92 | 0 | 0.39 | 0.44 | 154.35 | 0.85 | 0.3 |
| Hex | C | 8F | 57 | 5C | 0 | 27 | 2C | 9A | 55 | 1E |
| Octal | 14 | 217 | 127 | 134 | 0 | 47 | 54 | 232 | 125 | 36 |
| Binary | 1100 | 10001111 | 1010111 | 1011100 | 0 | 100111 | 101100 | 10011010 | 1010101 | 11110 |
Color Harmonies of #0C8F57
Complementary color
Monochromatic Colors of #0C8F57
Black with #0C8F57
Text Example
Text Example
White with #0C8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F57; }
p { color: rgb(12,143,87); }
H1.HeaderClassName
{
color: #0C8F57;
}
.AnyTagClassName
{
color: #0C8F57;
}
</style>
background-color css
<style>
a { background-color: #0C8F57; }
a { background-color: rgb(12,143,87); }
div.DivClassName
{
background-color: #0C8F57;
}
.BgClassName
{
background-color: #0C8F57;
}
</style>
border-color css
<style>
span { border-color: #0C8F57; }
span { border-color: rgb(12,143,87); }
td.TdClassName
{
border-color: #0C8F57;
}
.TagClassName
{
border-color: #0C8F57;
}
</style>