Shades of Shamrock Green #0F9758
Tints of Shamrock Green #0F9758
RGB
CMYK
RGB Variations
Color information
#0F9758 (or 0x0F9758) is known color: Shamrock Green. HEX triplet: 0F, 97 and 58. RGB value is (15,151,88). Sum of RGB (Red+Green+Blue) = 15+151+88=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9758 is #F068A7. Grayscale: #676767. Windows color (decimal): -15755432 or 5805839. OLE color: 5805839.
HSL color Cylindrical-coordinate representation of color #0F9758: hue angle of 152.21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9758 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 88 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.41 |
| HSL | 152.21º | 0.82% | 0.33% | - |
| HSV(B) | 152.21º | 0.9% | 0.59% | - |
| XYZ | 13.03 | 22.94 | 12.97 | - |
| YUV | 103.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 88 | 0.90 | 0 | 0.42 | 0.41 | 152.21 | 0.82 | 0.33 |
| Hex | F | 97 | 58 | 5A | 0 | 2A | 29 | 98 | 52 | 21 |
| Octal | 17 | 227 | 130 | 132 | 0 | 52 | 51 | 230 | 122 | 41 |
| Binary | 1111 | 10010111 | 1011000 | 1011010 | 0 | 101010 | 101001 | 10011000 | 1010010 | 100001 |
Color Harmonies of #0F9758
Complementary color
Monochromatic Colors of #0F9758
Black with #0F9758
Text Example
Text Example
White with #0F9758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9758; }
p { color: rgb(15,151,88); }
H1.HeaderClassName
{
color: #0F9758;
}
.AnyTagClassName
{
color: #0F9758;
}
</style>
background-color css
<style>
a { background-color: #0F9758; }
a { background-color: rgb(15,151,88); }
div.DivClassName
{
background-color: #0F9758;
}
.BgClassName
{
background-color: #0F9758;
}
</style>
border-color css
<style>
span { border-color: #0F9758; }
span { border-color: rgb(15,151,88); }
td.TdClassName
{
border-color: #0F9758;
}
.TagClassName
{
border-color: #0F9758;
}
</style>