Shades of Shamrock Green #0F9560
Tints of Shamrock Green #0F9560
RGB
CMYK
RGB Variations
Color information
#0F9560 (or 0x0F9560) is known color: Shamrock Green. HEX triplet: 0F, 95 and 60. RGB value is (15,149,96). Sum of RGB (Red+Green+Blue) = 15+149+96=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9560 is #F06A9F. Grayscale: #666666. Windows color (decimal): -15755936 or 6329615. OLE color: 6329615.
HSL color Cylindrical-coordinate representation of color #0F9560: hue angle of 156.27º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9560 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 96 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.42 |
| HSL | 156.27º | 0.82% | 0.32% | - |
| HSV(B) | 156.27º | 0.9% | 0.58% | - |
| XYZ | 13.06 | 22.44 | 14.71 | - |
| YUV | 102.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 96 | 0.90 | 0 | 0.36 | 0.42 | 156.27 | 0.82 | 0.32 |
| Hex | F | 95 | 60 | 5A | 0 | 24 | 2A | 9C | 52 | 20 |
| Octal | 17 | 225 | 140 | 132 | 0 | 44 | 52 | 234 | 122 | 40 |
| Binary | 1111 | 10010101 | 1100000 | 1011010 | 0 | 100100 | 101010 | 10011100 | 1010010 | 100000 |
Color Harmonies of #0F9560
Complementary color
Monochromatic Colors of #0F9560
Black with #0F9560
Text Example
Text Example
White with #0F9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9560; }
p { color: rgb(15,149,96); }
H1.HeaderClassName
{
color: #0F9560;
}
.AnyTagClassName
{
color: #0F9560;
}
</style>
background-color css
<style>
a { background-color: #0F9560; }
a { background-color: rgb(15,149,96); }
div.DivClassName
{
background-color: #0F9560;
}
.BgClassName
{
background-color: #0F9560;
}
</style>
border-color css
<style>
span { border-color: #0F9560; }
span { border-color: rgb(15,149,96); }
td.TdClassName
{
border-color: #0F9560;
}
.TagClassName
{
border-color: #0F9560;
}
</style>