Shades of Shamrock Green #0F925A
Tints of Shamrock Green #0F925A
RGB
CMYK
RGB Variations
Color information
#0F925A (or 0x0F925A) is known color: Shamrock Green. HEX triplet: 0F, 92 and 5A. RGB value is (15,146,90). Sum of RGB (Red+Green+Blue) = 15+146+90=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #0F925A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F925A is #F06DA5. Grayscale: #646464. Windows color (decimal): -15756710 or 5935631. OLE color: 5935631.
HSL color Cylindrical-coordinate representation of color #0F925A: hue angle of 154.35º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F925A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 90 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.43 |
| HSL | 154.35º | 0.81% | 0.32% | - |
| HSV(B) | 154.35º | 0.9% | 0.57% | - |
| XYZ | 12.32 | 21.4 | 13.15 | - |
| YUV | 100.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 90 | 0.90 | 0 | 0.38 | 0.43 | 154.35 | 0.81 | 0.32 |
| Hex | F | 92 | 5A | 5A | 0 | 26 | 2B | 9A | 51 | 20 |
| Octal | 17 | 222 | 132 | 132 | 0 | 46 | 53 | 232 | 121 | 40 |
| Binary | 1111 | 10010010 | 1011010 | 1011010 | 0 | 100110 | 101011 | 10011010 | 1010001 | 100000 |
Color Harmonies of #0F925A
Complementary color
Monochromatic Colors of #0F925A
Black with #0F925A
Text Example
Text Example
White with #0F925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F925A; }
p { color: rgb(15,146,90); }
H1.HeaderClassName
{
color: #0F925A;
}
.AnyTagClassName
{
color: #0F925A;
}
</style>
background-color css
<style>
a { background-color: #0F925A; }
a { background-color: rgb(15,146,90); }
div.DivClassName
{
background-color: #0F925A;
}
.BgClassName
{
background-color: #0F925A;
}
</style>
border-color css
<style>
span { border-color: #0F925A; }
span { border-color: rgb(15,146,90); }
td.TdClassName
{
border-color: #0F925A;
}
.TagClassName
{
border-color: #0F925A;
}
</style>