Shades of Shamrock Green #0FA165
Tints of Shamrock Green #0FA165
RGB
CMYK
RGB Variations
Color information
#0FA165 (or 0x0FA165) is known color: Shamrock Green. HEX triplet: 0F, A1 and 65. RGB value is (15,161,101). Sum of RGB (Red+Green+Blue) = 15+161+101=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA165 is #F05E9A. Grayscale: #6E6E6E. Windows color (decimal): -15752859 or 6660367. OLE color: 6660367.
HSL color Cylindrical-coordinate representation of color #0FA165: hue angle of 155.34º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA165 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 101 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.37 |
| HSL | 155.34º | 0.83% | 0.35% | - |
| HSV(B) | 155.34º | 0.91% | 0.63% | - |
| XYZ | 15.29 | 26.53 | 16.63 | - |
| YUV | 110.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 101 | 0.91 | 0 | 0.37 | 0.37 | 155.34 | 0.83 | 0.35 |
| Hex | F | A1 | 65 | 5B | 0 | 25 | 25 | 9B | 53 | 23 |
| Octal | 17 | 241 | 145 | 133 | 0 | 45 | 45 | 233 | 123 | 43 |
| Binary | 1111 | 10100001 | 1100101 | 1011011 | 0 | 100101 | 100101 | 10011011 | 1010011 | 100011 |
Color Harmonies of #0FA165
Complementary color
Monochromatic Colors of #0FA165
Black with #0FA165
Text Example
Text Example
White with #0FA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA165; }
p { color: rgb(15,161,101); }
H1.HeaderClassName
{
color: #0FA165;
}
.AnyTagClassName
{
color: #0FA165;
}
</style>
background-color css
<style>
a { background-color: #0FA165; }
a { background-color: rgb(15,161,101); }
div.DivClassName
{
background-color: #0FA165;
}
.BgClassName
{
background-color: #0FA165;
}
</style>
border-color css
<style>
span { border-color: #0FA165; }
span { border-color: rgb(15,161,101); }
td.TdClassName
{
border-color: #0FA165;
}
.TagClassName
{
border-color: #0FA165;
}
</style>