Shades of Shamrock Green #0F945C
Tints of Shamrock Green #0F945C
RGB
CMYK
RGB Variations
Color information
#0F945C (or 0x0F945C) is known color: Shamrock Green. HEX triplet: 0F, 94 and 5C. RGB value is (15,148,92). Sum of RGB (Red+Green+Blue) = 15+148+92=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #0F945C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F945C is #F06BA3. Grayscale: #656565. Windows color (decimal): -15756196 or 6067215. OLE color: 6067215.
HSL color Cylindrical-coordinate representation of color #0F945C: hue angle of 154.74º 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 #0F945C is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 92 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.42 |
| HSL | 154.74º | 0.82% | 0.32% | - |
| HSV(B) | 154.74º | 0.9% | 0.58% | - |
| XYZ | 12.72 | 22.05 | 13.71 | - |
| YUV | 101.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 92 | 0.90 | 0 | 0.38 | 0.42 | 154.74 | 0.82 | 0.32 |
| Hex | F | 94 | 5C | 5A | 0 | 26 | 2A | 9B | 52 | 20 |
| Octal | 17 | 224 | 134 | 132 | 0 | 46 | 52 | 233 | 122 | 40 |
| Binary | 1111 | 10010100 | 1011100 | 1011010 | 0 | 100110 | 101010 | 10011011 | 1010010 | 100000 |
Color Harmonies of #0F945C
Complementary color
Monochromatic Colors of #0F945C
Black with #0F945C
Text Example
Text Example
White with #0F945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F945C; }
p { color: rgb(15,148,92); }
H1.HeaderClassName
{
color: #0F945C;
}
.AnyTagClassName
{
color: #0F945C;
}
</style>
background-color css
<style>
a { background-color: #0F945C; }
a { background-color: rgb(15,148,92); }
div.DivClassName
{
background-color: #0F945C;
}
.BgClassName
{
background-color: #0F945C;
}
</style>
border-color css
<style>
span { border-color: #0F945C; }
span { border-color: rgb(15,148,92); }
td.TdClassName
{
border-color: #0F945C;
}
.TagClassName
{
border-color: #0F945C;
}
</style>