Shades of Shamrock Green #0C905C
Tints of Shamrock Green #0C905C
RGB
CMYK
RGB Variations
Color information
#0C905C (or 0x0C905C) is known color: Shamrock Green. HEX triplet: 0C, 90 and 5C. RGB value is (12,144,92). Sum of RGB (Red+Green+Blue) = 12+144+92=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #0C905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C905C is #F36FA3. Grayscale: #626262. Windows color (decimal): -15953828 or 6066188. OLE color: 6066188.
HSL color Cylindrical-coordinate representation of color #0C905C: hue angle of 156.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C905C is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 92 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.44 |
| HSL | 156.36º | 0.85% | 0.31% | - |
| HSV(B) | 156.36º | 0.92% | 0.56% | - |
| XYZ | 12.06 | 20.8 | 13.5 | - |
| YUV | 98.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 92 | 0.92 | 0 | 0.36 | 0.44 | 156.36 | 0.85 | 0.31 |
| Hex | C | 90 | 5C | 5C | 0 | 24 | 2C | 9C | 55 | 1F |
| Octal | 14 | 220 | 134 | 134 | 0 | 44 | 54 | 234 | 125 | 37 |
| Binary | 1100 | 10010000 | 1011100 | 1011100 | 0 | 100100 | 101100 | 10011100 | 1010101 | 11111 |
Color Harmonies of #0C905C
Complementary color
Monochromatic Colors of #0C905C
Black with #0C905C
Text Example
Text Example
White with #0C905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C905C; }
p { color: rgb(12,144,92); }
H1.HeaderClassName
{
color: #0C905C;
}
.AnyTagClassName
{
color: #0C905C;
}
</style>
background-color css
<style>
a { background-color: #0C905C; }
a { background-color: rgb(12,144,92); }
div.DivClassName
{
background-color: #0C905C;
}
.BgClassName
{
background-color: #0C905C;
}
</style>
border-color css
<style>
span { border-color: #0C905C; }
span { border-color: rgb(12,144,92); }
td.TdClassName
{
border-color: #0C905C;
}
.TagClassName
{
border-color: #0C905C;
}
</style>