Shades of Shamrock Green #0FA660
Tints of Shamrock Green #0FA660
RGB
CMYK
RGB Variations
Color information
#0FA660 (or 0x0FA660) is known color: Shamrock Green. HEX triplet: 0F, A6 and 60. RGB value is (15,166,96). Sum of RGB (Red+Green+Blue) = 15+166+96=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA660 is #F0599F. Grayscale: #717171. Windows color (decimal): -15751584 or 6333967. OLE color: 6333967.
HSL color Cylindrical-coordinate representation of color #0FA660: hue angle of 152.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA660 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 96 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.35 |
| HSL | 152.19º | 0.83% | 0.35% | - |
| HSV(B) | 152.19º | 0.91% | 0.65% | - |
| XYZ | 15.94 | 28.22 | 15.67 | - |
| YUV | 112.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 96 | 0.91 | 0 | 0.42 | 0.35 | 152.19 | 0.83 | 0.35 |
| Hex | F | A6 | 60 | 5B | 0 | 2A | 23 | 98 | 53 | 23 |
| Octal | 17 | 246 | 140 | 133 | 0 | 52 | 43 | 230 | 123 | 43 |
| Binary | 1111 | 10100110 | 1100000 | 1011011 | 0 | 101010 | 100011 | 10011000 | 1010011 | 100011 |
Color Harmonies of #0FA660
Complementary color
Monochromatic Colors of #0FA660
Black with #0FA660
Text Example
Text Example
White with #0FA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA660; }
p { color: rgb(15,166,96); }
H1.HeaderClassName
{
color: #0FA660;
}
.AnyTagClassName
{
color: #0FA660;
}
</style>
background-color css
<style>
a { background-color: #0FA660; }
a { background-color: rgb(15,166,96); }
div.DivClassName
{
background-color: #0FA660;
}
.BgClassName
{
background-color: #0FA660;
}
</style>
border-color css
<style>
span { border-color: #0FA660; }
span { border-color: rgb(15,166,96); }
td.TdClassName
{
border-color: #0FA660;
}
.TagClassName
{
border-color: #0FA660;
}
</style>