Shades of Shamrock Green #0C9C5A
Tints of Shamrock Green #0C9C5A
RGB
CMYK
RGB Variations
Color information
#0C9C5A (or 0x0C9C5A) is known color: Shamrock Green. HEX triplet: 0C, 9C and 5A. RGB value is (12,156,90). Sum of RGB (Red+Green+Blue) = 12+156+90=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9C5A is #F363A5. Grayscale: #696969. Windows color (decimal): -15950758 or 5938188. OLE color: 5938188.
HSL color Cylindrical-coordinate representation of color #0C9C5A: hue angle of 152.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C5A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 156 | 90 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.39 |
| HSL | 152.5º | 0.86% | 0.33% | - |
| HSV(B) | 152.5º | 0.92% | 0.61% | - |
| XYZ | 13.89 | 24.59 | 13.69 | - |
| YUV | 105.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 156 | 90 | 0.92 | 0 | 0.42 | 0.39 | 152.5 | 0.86 | 0.33 |
| Hex | C | 9C | 5A | 5C | 0 | 2A | 27 | 98 | 56 | 21 |
| Octal | 14 | 234 | 132 | 134 | 0 | 52 | 47 | 230 | 126 | 41 |
| Binary | 1100 | 10011100 | 1011010 | 1011100 | 0 | 101010 | 100111 | 10011000 | 1010110 | 100001 |
Color Harmonies of #0C9C5A
Complementary color
Monochromatic Colors of #0C9C5A
Black with #0C9C5A
Text Example
Text Example
White with #0C9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9C5A; }
p { color: rgb(12,156,90); }
H1.HeaderClassName
{
color: #0C9C5A;
}
.AnyTagClassName
{
color: #0C9C5A;
}
</style>
background-color css
<style>
a { background-color: #0C9C5A; }
a { background-color: rgb(12,156,90); }
div.DivClassName
{
background-color: #0C9C5A;
}
.BgClassName
{
background-color: #0C9C5A;
}
</style>
border-color css
<style>
span { border-color: #0C9C5A; }
span { border-color: rgb(12,156,90); }
td.TdClassName
{
border-color: #0C9C5A;
}
.TagClassName
{
border-color: #0C9C5A;
}
</style>