Shades of Shamrock Green #0FA260
Tints of Shamrock Green #0FA260
RGB
CMYK
RGB Variations
Color information
#0FA260 (or 0x0FA260) is known color: Shamrock Green. HEX triplet: 0F, A2 and 60. RGB value is (15,162,96). Sum of RGB (Red+Green+Blue) = 15+162+96=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA260 is #F05D9F. Grayscale: #6E6E6E. Windows color (decimal): -15752608 or 6332943. OLE color: 6332943.
HSL color Cylindrical-coordinate representation of color #0FA260: hue angle of 153.06º 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 #0FA260 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 96 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.36 |
| HSL | 153.06º | 0.83% | 0.35% | - |
| HSV(B) | 153.06º | 0.91% | 0.64% | - |
| XYZ | 15.23 | 26.79 | 15.43 | - |
| YUV | 110.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 96 | 0.91 | 0 | 0.41 | 0.36 | 153.06 | 0.83 | 0.35 |
| Hex | F | A2 | 60 | 5B | 0 | 29 | 24 | 99 | 53 | 23 |
| Octal | 17 | 242 | 140 | 133 | 0 | 51 | 44 | 231 | 123 | 43 |
| Binary | 1111 | 10100010 | 1100000 | 1011011 | 0 | 101001 | 100100 | 10011001 | 1010011 | 100011 |
Color Harmonies of #0FA260
Complementary color
Monochromatic Colors of #0FA260
Black with #0FA260
Text Example
Text Example
White with #0FA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA260; }
p { color: rgb(15,162,96); }
H1.HeaderClassName
{
color: #0FA260;
}
.AnyTagClassName
{
color: #0FA260;
}
</style>
background-color css
<style>
a { background-color: #0FA260; }
a { background-color: rgb(15,162,96); }
div.DivClassName
{
background-color: #0FA260;
}
.BgClassName
{
background-color: #0FA260;
}
</style>
border-color css
<style>
span { border-color: #0FA260; }
span { border-color: rgb(15,162,96); }
td.TdClassName
{
border-color: #0FA260;
}
.TagClassName
{
border-color: #0FA260;
}
</style>