Shades of Shamrock Green #099662
Tints of Shamrock Green #099662
RGB
CMYK
RGB Variations
Color information
#099662 (or 0x099662) is known color: Shamrock Green. HEX triplet: 09, 96 and 62. RGB value is (9,150,98). Sum of RGB (Red+Green+Blue) = 9+150+98=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #099662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099662 is #F6699D. Grayscale: #656565. Windows color (decimal): -16148894 or 6460937. OLE color: 6460937.
HSL color Cylindrical-coordinate representation of color #099662: hue angle of 157.87º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099662 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 98 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.41 |
| HSL | 157.87º | 0.89% | 0.31% | - |
| HSV(B) | 157.87º | 0.94% | 0.59% | - |
| XYZ | 13.22 | 22.75 | 15.25 | - |
| YUV | 101.91 | 125.79 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 98 | 0.94 | 0 | 0.35 | 0.41 | 157.87 | 0.89 | 0.31 |
| Hex | 9 | 96 | 62 | 5E | 0 | 23 | 29 | 9E | 59 | 1F |
| Octal | 11 | 226 | 142 | 136 | 0 | 43 | 51 | 236 | 131 | 37 |
| Binary | 1001 | 10010110 | 1100010 | 1011110 | 0 | 100011 | 101001 | 10011110 | 1011001 | 11111 |
Color Harmonies of #099662
Complementary color
Monochromatic Colors of #099662
Black with #099662
Text Example
Text Example
White with #099662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099662; }
p { color: rgb(9,150,98); }
H1.HeaderClassName
{
color: #099662;
}
.AnyTagClassName
{
color: #099662;
}
</style>
background-color css
<style>
a { background-color: #099662; }
a { background-color: rgb(9,150,98); }
div.DivClassName
{
background-color: #099662;
}
.BgClassName
{
background-color: #099662;
}
</style>
border-color css
<style>
span { border-color: #099662; }
span { border-color: rgb(9,150,98); }
td.TdClassName
{
border-color: #099662;
}
.TagClassName
{
border-color: #099662;
}
</style>