Shades of Shamrock Green #0F9563
Tints of Shamrock Green #0F9563
RGB
CMYK
RGB Variations
Color information
#0F9563 (or 0x0F9563) is known color: Shamrock Green. HEX triplet: 0F, 95 and 63. RGB value is (15,149,99). Sum of RGB (Red+Green+Blue) = 15+149+99=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9563 is #F06A9C. Grayscale: #676767. Windows color (decimal): -15755933 or 6526223. OLE color: 6526223.
HSL color Cylindrical-coordinate representation of color #0F9563: hue angle of 157.61º 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 #0F9563 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 99 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.42 |
| HSL | 157.61º | 0.82% | 0.32% | - |
| HSV(B) | 157.61º | 0.9% | 0.58% | - |
| XYZ | 13.2 | 22.5 | 15.45 | - |
| YUV | 103.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 99 | 0.90 | 0 | 0.34 | 0.42 | 157.61 | 0.82 | 0.32 |
| Hex | F | 95 | 63 | 5A | 0 | 22 | 2A | 9E | 52 | 20 |
| Octal | 17 | 225 | 143 | 132 | 0 | 42 | 52 | 236 | 122 | 40 |
| Binary | 1111 | 10010101 | 1100011 | 1011010 | 0 | 100010 | 101010 | 10011110 | 1010010 | 100000 |
Color Harmonies of #0F9563
Complementary color
Monochromatic Colors of #0F9563
Black with #0F9563
Text Example
Text Example
White with #0F9563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9563; }
p { color: rgb(15,149,99); }
H1.HeaderClassName
{
color: #0F9563;
}
.AnyTagClassName
{
color: #0F9563;
}
</style>
background-color css
<style>
a { background-color: #0F9563; }
a { background-color: rgb(15,149,99); }
div.DivClassName
{
background-color: #0F9563;
}
.BgClassName
{
background-color: #0F9563;
}
</style>
border-color css
<style>
span { border-color: #0F9563; }
span { border-color: rgb(15,149,99); }
td.TdClassName
{
border-color: #0F9563;
}
.TagClassName
{
border-color: #0F9563;
}
</style>