Shades of Shamrock Green #0FA160
Tints of Shamrock Green #0FA160
RGB
CMYK
RGB Variations
Color information
#0FA160 (or 0x0FA160) is known color: Shamrock Green. HEX triplet: 0F, A1 and 60. RGB value is (15,161,96). Sum of RGB (Red+Green+Blue) = 15+161+96=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA160 is #F05E9F. Grayscale: #6E6E6E. Windows color (decimal): -15752864 or 6332687. OLE color: 6332687.
HSL color Cylindrical-coordinate representation of color #0FA160: hue angle of 153.29º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA160 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 96 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.37 |
| HSL | 153.29º | 0.83% | 0.35% | - |
| HSV(B) | 153.29º | 0.91% | 0.63% | - |
| XYZ | 15.05 | 26.44 | 15.38 | - |
| YUV | 109.94 | 120.13 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 96 | 0.91 | 0 | 0.40 | 0.37 | 153.29 | 0.83 | 0.35 |
| Hex | F | A1 | 60 | 5B | 0 | 28 | 25 | 99 | 53 | 23 |
| Octal | 17 | 241 | 140 | 133 | 0 | 50 | 45 | 231 | 123 | 43 |
| Binary | 1111 | 10100001 | 1100000 | 1011011 | 0 | 101000 | 100101 | 10011001 | 1010011 | 100011 |
Color Harmonies of #0FA160
Complementary color
Monochromatic Colors of #0FA160
Black with #0FA160
Text Example
Text Example
White with #0FA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA160; }
p { color: rgb(15,161,96); }
H1.HeaderClassName
{
color: #0FA160;
}
.AnyTagClassName
{
color: #0FA160;
}
</style>
background-color css
<style>
a { background-color: #0FA160; }
a { background-color: rgb(15,161,96); }
div.DivClassName
{
background-color: #0FA160;
}
.BgClassName
{
background-color: #0FA160;
}
</style>
border-color css
<style>
span { border-color: #0FA160; }
span { border-color: rgb(15,161,96); }
td.TdClassName
{
border-color: #0FA160;
}
.TagClassName
{
border-color: #0FA160;
}
</style>