Shades of Shamrock Green #0F9860
Tints of Shamrock Green #0F9860
RGB
CMYK
RGB Variations
Color information
#0F9860 (or 0x0F9860) is known color: Shamrock Green. HEX triplet: 0F, 98 and 60. RGB value is (15,152,96). Sum of RGB (Red+Green+Blue) = 15+152+96=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9860 is #F0679F. Grayscale: #686868. Windows color (decimal): -15755168 or 6330383. OLE color: 6330383.
HSL color Cylindrical-coordinate representation of color #0F9860: hue angle of 155.47º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9860 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 96 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.40 |
| HSL | 155.47º | 0.82% | 0.33% | - |
| HSV(B) | 155.47º | 0.9% | 0.6% | - |
| XYZ | 13.54 | 23.4 | 14.87 | - |
| YUV | 104.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 96 | 0.90 | 0 | 0.37 | 0.40 | 155.47 | 0.82 | 0.33 |
| Hex | F | 98 | 60 | 5A | 0 | 25 | 28 | 9B | 52 | 21 |
| Octal | 17 | 230 | 140 | 132 | 0 | 45 | 50 | 233 | 122 | 41 |
| Binary | 1111 | 10011000 | 1100000 | 1011010 | 0 | 100101 | 101000 | 10011011 | 1010010 | 100001 |
Color Harmonies of #0F9860
Complementary color
Monochromatic Colors of #0F9860
Black with #0F9860
Text Example
Text Example
White with #0F9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9860; }
p { color: rgb(15,152,96); }
H1.HeaderClassName
{
color: #0F9860;
}
.AnyTagClassName
{
color: #0F9860;
}
</style>
background-color css
<style>
a { background-color: #0F9860; }
a { background-color: rgb(15,152,96); }
div.DivClassName
{
background-color: #0F9860;
}
.BgClassName
{
background-color: #0F9860;
}
</style>
border-color css
<style>
span { border-color: #0F9860; }
span { border-color: rgb(15,152,96); }
td.TdClassName
{
border-color: #0F9860;
}
.TagClassName
{
border-color: #0F9860;
}
</style>