Shades of Shamrock Green #0FA163
Tints of Shamrock Green #0FA163
RGB
CMYK
RGB Variations
Color information
#0FA163 (or 0x0FA163) is known color: Shamrock Green. HEX triplet: 0F, A1 and 63. RGB value is (15,161,99). Sum of RGB (Red+Green+Blue) = 15+161+99=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA163 is #F05E9C. Grayscale: #6E6E6E. Windows color (decimal): -15752861 or 6529295. OLE color: 6529295.
HSL color Cylindrical-coordinate representation of color #0FA163: hue angle of 154.52º 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 #0FA163 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 99 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.37 |
| HSL | 154.52º | 0.83% | 0.35% | - |
| HSV(B) | 154.52º | 0.91% | 0.63% | - |
| XYZ | 15.19 | 26.49 | 16.12 | - |
| YUV | 110.28 | 121.63 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 99 | 0.91 | 0 | 0.39 | 0.37 | 154.52 | 0.83 | 0.35 |
| Hex | F | A1 | 63 | 5B | 0 | 27 | 25 | 9B | 53 | 23 |
| Octal | 17 | 241 | 143 | 133 | 0 | 47 | 45 | 233 | 123 | 43 |
| Binary | 1111 | 10100001 | 1100011 | 1011011 | 0 | 100111 | 100101 | 10011011 | 1010011 | 100011 |
Color Harmonies of #0FA163
Complementary color
Monochromatic Colors of #0FA163
Black with #0FA163
Text Example
Text Example
White with #0FA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA163; }
p { color: rgb(15,161,99); }
H1.HeaderClassName
{
color: #0FA163;
}
.AnyTagClassName
{
color: #0FA163;
}
</style>
background-color css
<style>
a { background-color: #0FA163; }
a { background-color: rgb(15,161,99); }
div.DivClassName
{
background-color: #0FA163;
}
.BgClassName
{
background-color: #0FA163;
}
</style>
border-color css
<style>
span { border-color: #0FA163; }
span { border-color: rgb(15,161,99); }
td.TdClassName
{
border-color: #0FA163;
}
.TagClassName
{
border-color: #0FA163;
}
</style>