Shades of Shamrock Green #0FA560
Tints of Shamrock Green #0FA560
RGB
CMYK
RGB Variations
Color information
#0FA560 (or 0x0FA560) is known color: Shamrock Green. HEX triplet: 0F, A5 and 60. RGB value is (15,165,96). Sum of RGB (Red+Green+Blue) = 15+165+96=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA560 is #F05A9F. Grayscale: #707070. Windows color (decimal): -15751840 or 6333711. OLE color: 6333711.
HSL color Cylindrical-coordinate representation of color #0FA560: hue angle of 152.4º 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 #0FA560 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 96 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.35 |
| HSL | 152.4º | 0.83% | 0.35% | - |
| HSV(B) | 152.4º | 0.91% | 0.65% | - |
| XYZ | 15.76 | 27.86 | 15.61 | - |
| YUV | 112.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 96 | 0.91 | 0 | 0.42 | 0.35 | 152.4 | 0.83 | 0.35 |
| Hex | F | A5 | 60 | 5B | 0 | 2A | 23 | 98 | 53 | 23 |
| Octal | 17 | 245 | 140 | 133 | 0 | 52 | 43 | 230 | 123 | 43 |
| Binary | 1111 | 10100101 | 1100000 | 1011011 | 0 | 101010 | 100011 | 10011000 | 1010011 | 100011 |
Color Harmonies of #0FA560
Complementary color
Monochromatic Colors of #0FA560
Black with #0FA560
Text Example
Text Example
White with #0FA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA560; }
p { color: rgb(15,165,96); }
H1.HeaderClassName
{
color: #0FA560;
}
.AnyTagClassName
{
color: #0FA560;
}
</style>
background-color css
<style>
a { background-color: #0FA560; }
a { background-color: rgb(15,165,96); }
div.DivClassName
{
background-color: #0FA560;
}
.BgClassName
{
background-color: #0FA560;
}
</style>
border-color css
<style>
span { border-color: #0FA560; }
span { border-color: rgb(15,165,96); }
td.TdClassName
{
border-color: #0FA560;
}
.TagClassName
{
border-color: #0FA560;
}
</style>