Shades of Shamrock Green #0FA360
Tints of Shamrock Green #0FA360
RGB
CMYK
RGB Variations
Color information
#0FA360 (or 0x0FA360) is known color: Shamrock Green. HEX triplet: 0F, A3 and 60. RGB value is (15,163,96). Sum of RGB (Red+Green+Blue) = 15+163+96=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA360 is #F05C9F. Grayscale: #6F6F6F. Windows color (decimal): -15752352 or 6333199. OLE color: 6333199.
HSL color Cylindrical-coordinate representation of color #0FA360: hue angle of 152.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA360 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 96 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.36 |
| HSL | 152.84º | 0.83% | 0.35% | - |
| HSV(B) | 152.84º | 0.91% | 0.64% | - |
| XYZ | 15.41 | 27.14 | 15.49 | - |
| YUV | 111.11 | 119.47 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 96 | 0.91 | 0 | 0.41 | 0.36 | 152.84 | 0.83 | 0.35 |
| Hex | F | A3 | 60 | 5B | 0 | 29 | 24 | 99 | 53 | 23 |
| Octal | 17 | 243 | 140 | 133 | 0 | 51 | 44 | 231 | 123 | 43 |
| Binary | 1111 | 10100011 | 1100000 | 1011011 | 0 | 101001 | 100100 | 10011001 | 1010011 | 100011 |
Color Harmonies of #0FA360
Complementary color
Monochromatic Colors of #0FA360
Black with #0FA360
Text Example
Text Example
White with #0FA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA360; }
p { color: rgb(15,163,96); }
H1.HeaderClassName
{
color: #0FA360;
}
.AnyTagClassName
{
color: #0FA360;
}
</style>
background-color css
<style>
a { background-color: #0FA360; }
a { background-color: rgb(15,163,96); }
div.DivClassName
{
background-color: #0FA360;
}
.BgClassName
{
background-color: #0FA360;
}
</style>
border-color css
<style>
span { border-color: #0FA360; }
span { border-color: rgb(15,163,96); }
td.TdClassName
{
border-color: #0FA360;
}
.TagClassName
{
border-color: #0FA360;
}
</style>