Shades of Shamrock Green #0FA65E
Tints of Shamrock Green #0FA65E
RGB
CMYK
RGB Variations
Color information
#0FA65E (or 0x0FA65E) is known color: Shamrock Green. HEX triplet: 0F, A6 and 5E. RGB value is (15,166,94). Sum of RGB (Red+Green+Blue) = 15+166+94=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA65E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA65E is #F059A1. Grayscale: #707070. Windows color (decimal): -15751586 or 6202895. OLE color: 6202895.
HSL color Cylindrical-coordinate representation of color #0FA65E: hue angle of 151.39º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA65E is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 94 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.35 |
| HSL | 151.39º | 0.83% | 0.35% | - |
| HSV(B) | 151.39º | 0.91% | 0.65% | - |
| XYZ | 15.85 | 28.18 | 15.19 | - |
| YUV | 112.64 | 117.47 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 94 | 0.91 | 0 | 0.43 | 0.35 | 151.39 | 0.83 | 0.35 |
| Hex | F | A6 | 5E | 5B | 0 | 2B | 23 | 97 | 53 | 23 |
| Octal | 17 | 246 | 136 | 133 | 0 | 53 | 43 | 227 | 123 | 43 |
| Binary | 1111 | 10100110 | 1011110 | 1011011 | 0 | 101011 | 100011 | 10010111 | 1010011 | 100011 |
Color Harmonies of #0FA65E
Complementary color
Monochromatic Colors of #0FA65E
Black with #0FA65E
Text Example
Text Example
White with #0FA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA65E; }
p { color: rgb(15,166,94); }
H1.HeaderClassName
{
color: #0FA65E;
}
.AnyTagClassName
{
color: #0FA65E;
}
</style>
background-color css
<style>
a { background-color: #0FA65E; }
a { background-color: rgb(15,166,94); }
div.DivClassName
{
background-color: #0FA65E;
}
.BgClassName
{
background-color: #0FA65E;
}
</style>
border-color css
<style>
span { border-color: #0FA65E; }
span { border-color: rgb(15,166,94); }
td.TdClassName
{
border-color: #0FA65E;
}
.TagClassName
{
border-color: #0FA65E;
}
</style>