Shades of Shamrock Green #0F9D65
Tints of Shamrock Green #0F9D65
RGB
CMYK
RGB Variations
Color information
#0F9D65 (or 0x0F9D65) is known color: Shamrock Green. HEX triplet: 0F, 9D and 65. RGB value is (15,157,101). Sum of RGB (Red+Green+Blue) = 15+157+101=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9D65 is #F0629A. Grayscale: #6C6C6C. Windows color (decimal): -15753883 or 6659343. OLE color: 6659343.
HSL color Cylindrical-coordinate representation of color #0F9D65: hue angle of 156.34º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9D65 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 157 | 101 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.38 |
| HSL | 156.34º | 0.83% | 0.34% | - |
| HSV(B) | 156.34º | 0.9% | 0.62% | - |
| XYZ | 14.6 | 25.16 | 16.4 | - |
| YUV | 108.16 | 123.96 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 101 | 0.90 | 0 | 0.36 | 0.38 | 156.34 | 0.83 | 0.34 |
| Hex | F | 9D | 65 | 5A | 0 | 24 | 26 | 9C | 53 | 22 |
| Octal | 17 | 235 | 145 | 132 | 0 | 44 | 46 | 234 | 123 | 42 |
| Binary | 1111 | 10011101 | 1100101 | 1011010 | 0 | 100100 | 100110 | 10011100 | 1010011 | 100010 |
Color Harmonies of #0F9D65
Complementary color
Monochromatic Colors of #0F9D65
Black with #0F9D65
Text Example
Text Example
White with #0F9D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9D65; }
p { color: rgb(15,157,101); }
H1.HeaderClassName
{
color: #0F9D65;
}
.AnyTagClassName
{
color: #0F9D65;
}
</style>
background-color css
<style>
a { background-color: #0F9D65; }
a { background-color: rgb(15,157,101); }
div.DivClassName
{
background-color: #0F9D65;
}
.BgClassName
{
background-color: #0F9D65;
}
</style>
border-color css
<style>
span { border-color: #0F9D65; }
span { border-color: rgb(15,157,101); }
td.TdClassName
{
border-color: #0F9D65;
}
.TagClassName
{
border-color: #0F9D65;
}
</style>