Shades of Shamrock Green #0FA15E
Tints of Shamrock Green #0FA15E
RGB
CMYK
RGB Variations
Color information
#0FA15E (or 0x0FA15E) is known color: Shamrock Green. HEX triplet: 0F, A1 and 5E. RGB value is (15,161,94). Sum of RGB (Red+Green+Blue) = 15+161+94=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA15E is #F05EA1. Grayscale: #6D6D6D. Windows color (decimal): -15752866 or 6201615. OLE color: 6201615.
HSL color Cylindrical-coordinate representation of color #0FA15E: hue angle of 152.47º 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 #0FA15E is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 94 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.37 |
| HSL | 152.47º | 0.83% | 0.35% | - |
| HSV(B) | 152.47º | 0.91% | 0.63% | - |
| XYZ | 14.96 | 26.4 | 14.9 | - |
| YUV | 109.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 94 | 0.91 | 0 | 0.42 | 0.37 | 152.47 | 0.83 | 0.35 |
| Hex | F | A1 | 5E | 5B | 0 | 2A | 25 | 98 | 53 | 23 |
| Octal | 17 | 241 | 136 | 133 | 0 | 52 | 45 | 230 | 123 | 43 |
| Binary | 1111 | 10100001 | 1011110 | 1011011 | 0 | 101010 | 100101 | 10011000 | 1010011 | 100011 |
Color Harmonies of #0FA15E
Complementary color
Monochromatic Colors of #0FA15E
Black with #0FA15E
Text Example
Text Example
White with #0FA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA15E; }
p { color: rgb(15,161,94); }
H1.HeaderClassName
{
color: #0FA15E;
}
.AnyTagClassName
{
color: #0FA15E;
}
</style>
background-color css
<style>
a { background-color: #0FA15E; }
a { background-color: rgb(15,161,94); }
div.DivClassName
{
background-color: #0FA15E;
}
.BgClassName
{
background-color: #0FA15E;
}
</style>
border-color css
<style>
span { border-color: #0FA15E; }
span { border-color: rgb(15,161,94); }
td.TdClassName
{
border-color: #0FA15E;
}
.TagClassName
{
border-color: #0FA15E;
}
</style>