Shades of Shamrock Green #0F9D5B
Tints of Shamrock Green #0F9D5B
RGB
CMYK
RGB Variations
Color information
#0F9D5B (or 0x0F9D5B) is known color: Shamrock Green. HEX triplet: 0F, 9D and 5B. RGB value is (15,157,91). Sum of RGB (Red+Green+Blue) = 15+157+91=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9D5B is #F062A4. Grayscale: #6B6B6B. Windows color (decimal): -15753893 or 6003983. OLE color: 6003983.
HSL color Cylindrical-coordinate representation of color #0F9D5B: hue angle of 152.11º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9D5B is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 157 | 91 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.38 |
| HSL | 152.11º | 0.83% | 0.34% | - |
| HSV(B) | 152.11º | 0.9% | 0.62% | - |
| XYZ | 14.14 | 24.97 | 13.97 | - |
| YUV | 107.02 | 118.96 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 91 | 0.90 | 0 | 0.42 | 0.38 | 152.11 | 0.83 | 0.34 |
| Hex | F | 9D | 5B | 5A | 0 | 2A | 26 | 98 | 53 | 22 |
| Octal | 17 | 235 | 133 | 132 | 0 | 52 | 46 | 230 | 123 | 42 |
| Binary | 1111 | 10011101 | 1011011 | 1011010 | 0 | 101010 | 100110 | 10011000 | 1010011 | 100010 |
Color Harmonies of #0F9D5B
Complementary color
Monochromatic Colors of #0F9D5B
Black with #0F9D5B
Text Example
Text Example
White with #0F9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9D5B; }
p { color: rgb(15,157,91); }
H1.HeaderClassName
{
color: #0F9D5B;
}
.AnyTagClassName
{
color: #0F9D5B;
}
</style>
background-color css
<style>
a { background-color: #0F9D5B; }
a { background-color: rgb(15,157,91); }
div.DivClassName
{
background-color: #0F9D5B;
}
.BgClassName
{
background-color: #0F9D5B;
}
</style>
border-color css
<style>
span { border-color: #0F9D5B; }
span { border-color: rgb(15,157,91); }
td.TdClassName
{
border-color: #0F9D5B;
}
.TagClassName
{
border-color: #0F9D5B;
}
</style>