Shades of Shamrock Green #0FA15A
Tints of Shamrock Green #0FA15A
RGB
CMYK
RGB Variations
Color information
#0FA15A (or 0x0FA15A) is known color: Shamrock Green. HEX triplet: 0F, A1 and 5A. RGB value is (15,161,90). Sum of RGB (Red+Green+Blue) = 15+161+90=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA15A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA15A is #F05EA5. Grayscale: #6D6D6D. Windows color (decimal): -15752870 or 5939471. OLE color: 5939471.
HSL color Cylindrical-coordinate representation of color #0FA15A: hue angle of 150.82º 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 #0FA15A is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 90 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.37 |
| HSL | 150.82º | 0.83% | 0.35% | - |
| HSV(B) | 150.82º | 0.91% | 0.63% | - |
| XYZ | 14.79 | 26.33 | 13.98 | - |
| YUV | 109.25 | 117.13 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 90 | 0.91 | 0 | 0.44 | 0.37 | 150.82 | 0.83 | 0.35 |
| Hex | F | A1 | 5A | 5B | 0 | 2C | 25 | 97 | 53 | 23 |
| Octal | 17 | 241 | 132 | 133 | 0 | 54 | 45 | 227 | 123 | 43 |
| Binary | 1111 | 10100001 | 1011010 | 1011011 | 0 | 101100 | 100101 | 10010111 | 1010011 | 100011 |
Color Harmonies of #0FA15A
Complementary color
Monochromatic Colors of #0FA15A
Black with #0FA15A
Text Example
Text Example
White with #0FA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA15A; }
p { color: rgb(15,161,90); }
H1.HeaderClassName
{
color: #0FA15A;
}
.AnyTagClassName
{
color: #0FA15A;
}
</style>
background-color css
<style>
a { background-color: #0FA15A; }
a { background-color: rgb(15,161,90); }
div.DivClassName
{
background-color: #0FA15A;
}
.BgClassName
{
background-color: #0FA15A;
}
</style>
border-color css
<style>
span { border-color: #0FA15A; }
span { border-color: rgb(15,161,90); }
td.TdClassName
{
border-color: #0FA15A;
}
.TagClassName
{
border-color: #0FA15A;
}
</style>