Shades of Shamrock Green #0C925C
Tints of Shamrock Green #0C925C
RGB
CMYK
RGB Variations
Color information
#0C925C (or 0x0C925C) is known color: Shamrock Green. HEX triplet: 0C, 92 and 5C. RGB value is (12,146,92). Sum of RGB (Red+Green+Blue) = 12+146+92=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #0C925C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C925C is #F36DA3. Grayscale: #636363. Windows color (decimal): -15953316 or 6066700. OLE color: 6066700.
HSL color Cylindrical-coordinate representation of color #0C925C: hue angle of 155.82º 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 #0C925C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 92 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.43 |
| HSL | 155.82º | 0.85% | 0.31% | - |
| HSV(B) | 155.82º | 0.92% | 0.57% | - |
| XYZ | 12.36 | 21.41 | 13.61 | - |
| YUV | 99.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 92 | 0.92 | 0 | 0.37 | 0.43 | 155.82 | 0.85 | 0.31 |
| Hex | C | 92 | 5C | 5C | 0 | 25 | 2B | 9C | 55 | 1F |
| Octal | 14 | 222 | 134 | 134 | 0 | 45 | 53 | 234 | 125 | 37 |
| Binary | 1100 | 10010010 | 1011100 | 1011100 | 0 | 100101 | 101011 | 10011100 | 1010101 | 11111 |
Color Harmonies of #0C925C
Complementary color
Monochromatic Colors of #0C925C
Black with #0C925C
Text Example
Text Example
White with #0C925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C925C; }
p { color: rgb(12,146,92); }
H1.HeaderClassName
{
color: #0C925C;
}
.AnyTagClassName
{
color: #0C925C;
}
</style>
background-color css
<style>
a { background-color: #0C925C; }
a { background-color: rgb(12,146,92); }
div.DivClassName
{
background-color: #0C925C;
}
.BgClassName
{
background-color: #0C925C;
}
</style>
border-color css
<style>
span { border-color: #0C925C; }
span { border-color: rgb(12,146,92); }
td.TdClassName
{
border-color: #0C925C;
}
.TagClassName
{
border-color: #0C925C;
}
</style>