Shades of Shamrock Green #099F65
Tints of Shamrock Green #099F65
RGB
CMYK
RGB Variations
Color information
#099F65 (or 0x099F65) is known color: Shamrock Green. HEX triplet: 09, 9F and 65. RGB value is (9,159,101). Sum of RGB (Red+Green+Blue) = 9+159+101=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #099F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F65 is #F6609A. Grayscale: #6B6B6B. Windows color (decimal): -16146587 or 6659849. OLE color: 6659849.
HSL color Cylindrical-coordinate representation of color #099F65: hue angle of 156.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099F65 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 101 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.38 |
| HSL | 156.8º | 0.89% | 0.33% | - |
| HSV(B) | 156.8º | 0.94% | 0.62% | - |
| XYZ | 14.86 | 25.79 | 16.51 | - |
| YUV | 107.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 101 | 0.94 | 0 | 0.36 | 0.38 | 156.8 | 0.89 | 0.33 |
| Hex | 9 | 9F | 65 | 5E | 0 | 24 | 26 | 9D | 59 | 21 |
| Octal | 11 | 237 | 145 | 136 | 0 | 44 | 46 | 235 | 131 | 41 |
| Binary | 1001 | 10011111 | 1100101 | 1011110 | 0 | 100100 | 100110 | 10011101 | 1011001 | 100001 |
Color Harmonies of #099F65
Complementary color
Monochromatic Colors of #099F65
Black with #099F65
Text Example
Text Example
White with #099F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F65; }
p { color: rgb(9,159,101); }
H1.HeaderClassName
{
color: #099F65;
}
.AnyTagClassName
{
color: #099F65;
}
</style>
background-color css
<style>
a { background-color: #099F65; }
a { background-color: rgb(9,159,101); }
div.DivClassName
{
background-color: #099F65;
}
.BgClassName
{
background-color: #099F65;
}
</style>
border-color css
<style>
span { border-color: #099F65; }
span { border-color: rgb(9,159,101); }
td.TdClassName
{
border-color: #099F65;
}
.TagClassName
{
border-color: #099F65;
}
</style>