Shades of Shamrock Green #0FAB60
Tints of Shamrock Green #0FAB60
RGB
CMYK
RGB Variations
Color information
#0FAB60 (or 0x0FAB60) is known color: Shamrock Green. HEX triplet: 0F, AB and 60. RGB value is (15,171,96). Sum of RGB (Red+Green+Blue) = 15+171+96=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB60 is #F0549F. Grayscale: #737373. Windows color (decimal): -15750304 or 6335247. OLE color: 6335247.
HSL color Cylindrical-coordinate representation of color #0FAB60: hue angle of 151.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB60 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 96 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.33 |
| HSL | 151.15º | 0.84% | 0.36% | - |
| HSV(B) | 151.15º | 0.91% | 0.67% | - |
| XYZ | 16.87 | 30.07 | 15.98 | - |
| YUV | 115.81 | 116.82 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 96 | 0.91 | 0 | 0.44 | 0.33 | 151.15 | 0.84 | 0.36 |
| Hex | F | AB | 60 | 5B | 0 | 2C | 21 | 97 | 54 | 24 |
| Octal | 17 | 253 | 140 | 133 | 0 | 54 | 41 | 227 | 124 | 44 |
| Binary | 1111 | 10101011 | 1100000 | 1011011 | 0 | 101100 | 100001 | 10010111 | 1010100 | 100100 |
Color Harmonies of #0FAB60
Complementary color
Monochromatic Colors of #0FAB60
Black with #0FAB60
Text Example
Text Example
White with #0FAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB60; }
p { color: rgb(15,171,96); }
H1.HeaderClassName
{
color: #0FAB60;
}
.AnyTagClassName
{
color: #0FAB60;
}
</style>
background-color css
<style>
a { background-color: #0FAB60; }
a { background-color: rgb(15,171,96); }
div.DivClassName
{
background-color: #0FAB60;
}
.BgClassName
{
background-color: #0FAB60;
}
</style>
border-color css
<style>
span { border-color: #0FAB60; }
span { border-color: rgb(15,171,96); }
td.TdClassName
{
border-color: #0FAB60;
}
.TagClassName
{
border-color: #0FAB60;
}
</style>