Shades of Shamrock Green #0F915F
Tints of Shamrock Green #0F915F
RGB
CMYK
RGB Variations
Color information
#0F915F (or 0x0F915F) is known color: Shamrock Green. HEX triplet: 0F, 91 and 5F. RGB value is (15,145,95). Sum of RGB (Red+Green+Blue) = 15+145+95=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #0F915F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F915F is #F06EA0. Grayscale: #646464. Windows color (decimal): -15756961 or 6263055. OLE color: 6263055.
HSL color Cylindrical-coordinate representation of color #0F915F: hue angle of 156.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F915F is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 95 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.43 |
| HSL | 156.92º | 0.81% | 0.31% | - |
| HSV(B) | 156.92º | 0.9% | 0.57% | - |
| XYZ | 12.39 | 21.18 | 14.26 | - |
| YUV | 100.43 | 124.93 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 95 | 0.90 | 0 | 0.34 | 0.43 | 156.92 | 0.81 | 0.31 |
| Hex | F | 91 | 5F | 5A | 0 | 22 | 2B | 9D | 51 | 1F |
| Octal | 17 | 221 | 137 | 132 | 0 | 42 | 53 | 235 | 121 | 37 |
| Binary | 1111 | 10010001 | 1011111 | 1011010 | 0 | 100010 | 101011 | 10011101 | 1010001 | 11111 |
Color Harmonies of #0F915F
Complementary color
Monochromatic Colors of #0F915F
Black with #0F915F
Text Example
Text Example
White with #0F915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F915F; }
p { color: rgb(15,145,95); }
H1.HeaderClassName
{
color: #0F915F;
}
.AnyTagClassName
{
color: #0F915F;
}
</style>
background-color css
<style>
a { background-color: #0F915F; }
a { background-color: rgb(15,145,95); }
div.DivClassName
{
background-color: #0F915F;
}
.BgClassName
{
background-color: #0F915F;
}
</style>
border-color css
<style>
span { border-color: #0F915F; }
span { border-color: rgb(15,145,95); }
td.TdClassName
{
border-color: #0F915F;
}
.TagClassName
{
border-color: #0F915F;
}
</style>