Shades of Shamrock Green #0C9E5B
Tints of Shamrock Green #0C9E5B
RGB
CMYK
RGB Variations
Color information
#0C9E5B (or 0x0C9E5B) is known color: Shamrock Green. HEX triplet: 0C, 9E and 5B. RGB value is (12,158,91). Sum of RGB (Red+Green+Blue) = 12+158+91=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 158 (62.11% from 255 or 60.54% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E5B is #F361A4. Grayscale: #6A6A6A. Windows color (decimal): -15950245 or 6004236. OLE color: 6004236.
HSL color Cylindrical-coordinate representation of color #0C9E5B: hue angle of 152.47º 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 #0C9E5B is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 158 | 91 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.38 |
| HSL | 152.47º | 0.86% | 0.33% | - |
| HSV(B) | 152.47º | 0.92% | 0.62% | - |
| XYZ | 14.27 | 25.29 | 14.03 | - |
| YUV | 106.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 91 | 0.92 | 0 | 0.42 | 0.38 | 152.47 | 0.86 | 0.33 |
| Hex | C | 9E | 5B | 5C | 0 | 2A | 26 | 98 | 56 | 21 |
| Octal | 14 | 236 | 133 | 134 | 0 | 52 | 46 | 230 | 126 | 41 |
| Binary | 1100 | 10011110 | 1011011 | 1011100 | 0 | 101010 | 100110 | 10011000 | 1010110 | 100001 |
Color Harmonies of #0C9E5B
Complementary color
Monochromatic Colors of #0C9E5B
Black with #0C9E5B
Text Example
Text Example
White with #0C9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9E5B; }
p { color: rgb(12,158,91); }
H1.HeaderClassName
{
color: #0C9E5B;
}
.AnyTagClassName
{
color: #0C9E5B;
}
</style>
background-color css
<style>
a { background-color: #0C9E5B; }
a { background-color: rgb(12,158,91); }
div.DivClassName
{
background-color: #0C9E5B;
}
.BgClassName
{
background-color: #0C9E5B;
}
</style>
border-color css
<style>
span { border-color: #0C9E5B; }
span { border-color: rgb(12,158,91); }
td.TdClassName
{
border-color: #0C9E5B;
}
.TagClassName
{
border-color: #0C9E5B;
}
</style>