Shades of Shamrock Green #0C945B
Tints of Shamrock Green #0C945B
RGB
CMYK
RGB Variations
Color information
#0C945B (or 0x0C945B) is known color: Shamrock Green. HEX triplet: 0C, 94 and 5B. RGB value is (12,148,91). Sum of RGB (Red+Green+Blue) = 12+148+91=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #0C945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C945B is #F36BA4. Grayscale: #646464. Windows color (decimal): -15952805 or 6001676. OLE color: 6001676.
HSL color Cylindrical-coordinate representation of color #0C945B: hue angle of 154.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C945B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 91 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.42 |
| HSL | 154.85º | 0.85% | 0.31% | - |
| HSV(B) | 154.85º | 0.92% | 0.58% | - |
| XYZ | 12.63 | 22.01 | 13.48 | - |
| YUV | 100.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 91 | 0.92 | 0 | 0.39 | 0.42 | 154.85 | 0.85 | 0.31 |
| Hex | C | 94 | 5B | 5C | 0 | 27 | 2A | 9B | 55 | 1F |
| Octal | 14 | 224 | 133 | 134 | 0 | 47 | 52 | 233 | 125 | 37 |
| Binary | 1100 | 10010100 | 1011011 | 1011100 | 0 | 100111 | 101010 | 10011011 | 1010101 | 11111 |
Color Harmonies of #0C945B
Complementary color
Monochromatic Colors of #0C945B
Black with #0C945B
Text Example
Text Example
White with #0C945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C945B; }
p { color: rgb(12,148,91); }
H1.HeaderClassName
{
color: #0C945B;
}
.AnyTagClassName
{
color: #0C945B;
}
</style>
background-color css
<style>
a { background-color: #0C945B; }
a { background-color: rgb(12,148,91); }
div.DivClassName
{
background-color: #0C945B;
}
.BgClassName
{
background-color: #0C945B;
}
</style>
border-color css
<style>
span { border-color: #0C945B; }
span { border-color: rgb(12,148,91); }
td.TdClassName
{
border-color: #0C945B;
}
.TagClassName
{
border-color: #0C945B;
}
</style>