Shades of Shamrock Green #0FA861
Tints of Shamrock Green #0FA861
RGB
CMYK
RGB Variations
Color information
#0FA861 (or 0x0FA861) is known color: Shamrock Green. HEX triplet: 0F, A8 and 61. RGB value is (15,168,97). Sum of RGB (Red+Green+Blue) = 15+168+97=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 168 (66.02% from 255 or 60% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA861 is #F0579E. Grayscale: #727272. Windows color (decimal): -15751071 or 6400015. OLE color: 6400015.
HSL color Cylindrical-coordinate representation of color #0FA861: hue angle of 152.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA861 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 97 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.34 |
| HSL | 152.16º | 0.84% | 0.36% | - |
| HSV(B) | 152.16º | 0.91% | 0.66% | - |
| XYZ | 16.36 | 28.97 | 16.04 | - |
| YUV | 114.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 97 | 0.91 | 0 | 0.42 | 0.34 | 152.16 | 0.84 | 0.36 |
| Hex | F | A8 | 61 | 5B | 0 | 2A | 22 | 98 | 54 | 24 |
| Octal | 17 | 250 | 141 | 133 | 0 | 52 | 42 | 230 | 124 | 44 |
| Binary | 1111 | 10101000 | 1100001 | 1011011 | 0 | 101010 | 100010 | 10011000 | 1010100 | 100100 |
Color Harmonies of #0FA861
Complementary color
Monochromatic Colors of #0FA861
Black with #0FA861
Text Example
Text Example
White with #0FA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA861; }
p { color: rgb(15,168,97); }
H1.HeaderClassName
{
color: #0FA861;
}
.AnyTagClassName
{
color: #0FA861;
}
</style>
background-color css
<style>
a { background-color: #0FA861; }
a { background-color: rgb(15,168,97); }
div.DivClassName
{
background-color: #0FA861;
}
.BgClassName
{
background-color: #0FA861;
}
</style>
border-color css
<style>
span { border-color: #0FA861; }
span { border-color: rgb(15,168,97); }
td.TdClassName
{
border-color: #0FA861;
}
.TagClassName
{
border-color: #0FA861;
}
</style>