Shades of Shamrock Green #0F955C
Tints of Shamrock Green #0F955C
RGB
CMYK
RGB Variations
Color information
#0F955C (or 0x0F955C) is known color: Shamrock Green. HEX triplet: 0F, 95 and 5C. RGB value is (15,149,92). Sum of RGB (Red+Green+Blue) = 15+149+92=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #0F955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F955C is #F06AA3. Grayscale: #666666. Windows color (decimal): -15755940 or 6067471. OLE color: 6067471.
HSL color Cylindrical-coordinate representation of color #0F955C: hue angle of 154.48º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F955C is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 92 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.42 |
| HSL | 154.48º | 0.82% | 0.32% | - |
| HSV(B) | 154.48º | 0.9% | 0.58% | - |
| XYZ | 12.88 | 22.37 | 13.76 | - |
| YUV | 102.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 92 | 0.90 | 0 | 0.38 | 0.42 | 154.48 | 0.82 | 0.32 |
| Hex | F | 95 | 5C | 5A | 0 | 26 | 2A | 9A | 52 | 20 |
| Octal | 17 | 225 | 134 | 132 | 0 | 46 | 52 | 232 | 122 | 40 |
| Binary | 1111 | 10010101 | 1011100 | 1011010 | 0 | 100110 | 101010 | 10011010 | 1010010 | 100000 |
Color Harmonies of #0F955C
Complementary color
Monochromatic Colors of #0F955C
Black with #0F955C
Text Example
Text Example
White with #0F955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F955C; }
p { color: rgb(15,149,92); }
H1.HeaderClassName
{
color: #0F955C;
}
.AnyTagClassName
{
color: #0F955C;
}
</style>
background-color css
<style>
a { background-color: #0F955C; }
a { background-color: rgb(15,149,92); }
div.DivClassName
{
background-color: #0F955C;
}
.BgClassName
{
background-color: #0F955C;
}
</style>
border-color css
<style>
span { border-color: #0F955C; }
span { border-color: rgb(15,149,92); }
td.TdClassName
{
border-color: #0F955C;
}
.TagClassName
{
border-color: #0F955C;
}
</style>