Shades of Shamrock Green #0C9E5F
Tints of Shamrock Green #0C9E5F
RGB
CMYK
RGB Variations
Color information
#0C9E5F (or 0x0C9E5F) is known color: Shamrock Green. HEX triplet: 0C, 9E and 5F. RGB value is (12,158,95). Sum of RGB (Red+Green+Blue) = 12+158+95=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 158 (62.11% from 255 or 59.62% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E5F is #F361A0. Grayscale: #6B6B6B. Windows color (decimal): -15950241 or 6266380. OLE color: 6266380.
HSL color Cylindrical-coordinate representation of color #0C9E5F: hue angle of 154.11º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9E5F is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 158 | 95 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.38 |
| HSL | 154.11º | 0.86% | 0.33% | - |
| HSV(B) | 154.11º | 0.92% | 0.62% | - |
| XYZ | 14.44 | 25.36 | 14.96 | - |
| YUV | 107.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 95 | 0.92 | 0 | 0.40 | 0.38 | 154.11 | 0.86 | 0.33 |
| Hex | C | 9E | 5F | 5C | 0 | 28 | 26 | 9A | 56 | 21 |
| Octal | 14 | 236 | 137 | 134 | 0 | 50 | 46 | 232 | 126 | 41 |
| Binary | 1100 | 10011110 | 1011111 | 1011100 | 0 | 101000 | 100110 | 10011010 | 1010110 | 100001 |
Color Harmonies of #0C9E5F
Complementary color
Monochromatic Colors of #0C9E5F
Black with #0C9E5F
Text Example
Text Example
White with #0C9E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9E5F; }
p { color: rgb(12,158,95); }
H1.HeaderClassName
{
color: #0C9E5F;
}
.AnyTagClassName
{
color: #0C9E5F;
}
</style>
background-color css
<style>
a { background-color: #0C9E5F; }
a { background-color: rgb(12,158,95); }
div.DivClassName
{
background-color: #0C9E5F;
}
.BgClassName
{
background-color: #0C9E5F;
}
</style>
border-color css
<style>
span { border-color: #0C9E5F; }
span { border-color: rgb(12,158,95); }
td.TdClassName
{
border-color: #0C9E5F;
}
.TagClassName
{
border-color: #0C9E5F;
}
</style>