Shades of Shamrock Green #0F9058
Tints of Shamrock Green #0F9058
RGB
CMYK
RGB Variations
Color information
#0F9058 (or 0x0F9058) is known color: Shamrock Green. HEX triplet: 0F, 90 and 58. RGB value is (15,144,88). Sum of RGB (Red+Green+Blue) = 15+144+88=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9058 is #F06FA7. Grayscale: #636363. Windows color (decimal): -15757224 or 5804047. OLE color: 5804047.
HSL color Cylindrical-coordinate representation of color #0F9058: hue angle of 153.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9058 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 88 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.44 |
| HSL | 153.95º | 0.81% | 0.31% | - |
| HSV(B) | 153.95º | 0.9% | 0.56% | - |
| XYZ | 11.93 | 20.75 | 12.61 | - |
| YUV | 99.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 88 | 0.90 | 0 | 0.39 | 0.44 | 153.95 | 0.81 | 0.31 |
| Hex | F | 90 | 58 | 5A | 0 | 27 | 2C | 9A | 51 | 1F |
| Octal | 17 | 220 | 130 | 132 | 0 | 47 | 54 | 232 | 121 | 37 |
| Binary | 1111 | 10010000 | 1011000 | 1011010 | 0 | 100111 | 101100 | 10011010 | 1010001 | 11111 |
Color Harmonies of #0F9058
Complementary color
Monochromatic Colors of #0F9058
Black with #0F9058
Text Example
Text Example
White with #0F9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9058; }
p { color: rgb(15,144,88); }
H1.HeaderClassName
{
color: #0F9058;
}
.AnyTagClassName
{
color: #0F9058;
}
</style>
background-color css
<style>
a { background-color: #0F9058; }
a { background-color: rgb(15,144,88); }
div.DivClassName
{
background-color: #0F9058;
}
.BgClassName
{
background-color: #0F9058;
}
</style>
border-color css
<style>
span { border-color: #0F9058; }
span { border-color: rgb(15,144,88); }
td.TdClassName
{
border-color: #0F9058;
}
.TagClassName
{
border-color: #0F9058;
}
</style>