Shades of Shamrock Green #0F9D5C
Tints of Shamrock Green #0F9D5C
RGB
CMYK
RGB Variations
Color information
#0F9D5C (or 0x0F9D5C) is known color: Shamrock Green. HEX triplet: 0F, 9D and 5C. RGB value is (15,157,92). Sum of RGB (Red+Green+Blue) = 15+157+92=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 157 (61.72% from 255 or 59.47% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9D5C is #F062A3. Grayscale: #6B6B6B. Windows color (decimal): -15753892 or 6069519. OLE color: 6069519.
HSL color Cylindrical-coordinate representation of color #0F9D5C: hue angle of 152.54º 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 #0F9D5C is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 157 | 92 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.38 |
| HSL | 152.54º | 0.83% | 0.34% | - |
| HSV(B) | 152.54º | 0.9% | 0.62% | - |
| XYZ | 14.19 | 24.99 | 14.2 | - |
| YUV | 107.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 92 | 0.90 | 0 | 0.41 | 0.38 | 152.54 | 0.83 | 0.34 |
| Hex | F | 9D | 5C | 5A | 0 | 29 | 26 | 99 | 53 | 22 |
| Octal | 17 | 235 | 134 | 132 | 0 | 51 | 46 | 231 | 123 | 42 |
| Binary | 1111 | 10011101 | 1011100 | 1011010 | 0 | 101001 | 100110 | 10011001 | 1010011 | 100010 |
Color Harmonies of #0F9D5C
Complementary color
Monochromatic Colors of #0F9D5C
Black with #0F9D5C
Text Example
Text Example
White with #0F9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9D5C; }
p { color: rgb(15,157,92); }
H1.HeaderClassName
{
color: #0F9D5C;
}
.AnyTagClassName
{
color: #0F9D5C;
}
</style>
background-color css
<style>
a { background-color: #0F9D5C; }
a { background-color: rgb(15,157,92); }
div.DivClassName
{
background-color: #0F9D5C;
}
.BgClassName
{
background-color: #0F9D5C;
}
</style>
border-color css
<style>
span { border-color: #0F9D5C; }
span { border-color: rgb(15,157,92); }
td.TdClassName
{
border-color: #0F9D5C;
}
.TagClassName
{
border-color: #0F9D5C;
}
</style>