Shades of Shamrock Green #0C9256
Tints of Shamrock Green #0C9256
RGB
CMYK
RGB Variations
Color information
#0C9256 (or 0x0C9256) is known color: Shamrock Green. HEX triplet: 0C, 92 and 56. RGB value is (12,146,86). Sum of RGB (Red+Green+Blue) = 12+146+86=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9256 is #F36DA9. Grayscale: #636363. Windows color (decimal): -15953322 or 5673484. OLE color: 5673484.
HSL color Cylindrical-coordinate representation of color #0C9256: hue angle of 153.13º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9256 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 86 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.43 |
| HSL | 153.13º | 0.85% | 0.31% | - |
| HSV(B) | 153.13º | 0.92% | 0.57% | - |
| XYZ | 12.11 | 21.31 | 12.28 | - |
| YUV | 99.09 | 120.61 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 86 | 0.92 | 0 | 0.41 | 0.43 | 153.13 | 0.85 | 0.31 |
| Hex | C | 92 | 56 | 5C | 0 | 29 | 2B | 99 | 55 | 1F |
| Octal | 14 | 222 | 126 | 134 | 0 | 51 | 53 | 231 | 125 | 37 |
| Binary | 1100 | 10010010 | 1010110 | 1011100 | 0 | 101001 | 101011 | 10011001 | 1010101 | 11111 |
Color Harmonies of #0C9256
Complementary color
Monochromatic Colors of #0C9256
Black with #0C9256
Text Example
Text Example
White with #0C9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9256; }
p { color: rgb(12,146,86); }
H1.HeaderClassName
{
color: #0C9256;
}
.AnyTagClassName
{
color: #0C9256;
}
</style>
background-color css
<style>
a { background-color: #0C9256; }
a { background-color: rgb(12,146,86); }
div.DivClassName
{
background-color: #0C9256;
}
.BgClassName
{
background-color: #0C9256;
}
</style>
border-color css
<style>
span { border-color: #0C9256; }
span { border-color: rgb(12,146,86); }
td.TdClassName
{
border-color: #0C9256;
}
.TagClassName
{
border-color: #0C9256;
}
</style>