Shades of Shamrock Green #099555
Tints of Shamrock Green #099555
RGB
CMYK
RGB Variations
Color information
#099555 (or 0x099555) is known color: Shamrock Green. HEX triplet: 09, 95 and 55. RGB value is (9,149,85). Sum of RGB (Red+Green+Blue) = 9+149+85=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #099555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099555 is #F66AAA. Grayscale: #636363. Windows color (decimal): -16149163 or 5608713. OLE color: 5608713.
HSL color Cylindrical-coordinate representation of color #099555: hue angle of 152.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099555 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 85 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.42 |
| HSL | 152.57º | 0.89% | 0.31% | - |
| HSV(B) | 152.57º | 0.94% | 0.58% | - |
| XYZ | 12.5 | 22.21 | 12.22 | - |
| YUV | 99.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 85 | 0.94 | 0 | 0.43 | 0.42 | 152.57 | 0.89 | 0.31 |
| Hex | 9 | 95 | 55 | 5E | 0 | 2B | 2A | 99 | 59 | 1F |
| Octal | 11 | 225 | 125 | 136 | 0 | 53 | 52 | 231 | 131 | 37 |
| Binary | 1001 | 10010101 | 1010101 | 1011110 | 0 | 101011 | 101010 | 10011001 | 1011001 | 11111 |
Color Harmonies of #099555
Complementary color
Monochromatic Colors of #099555
Black with #099555
Text Example
Text Example
White with #099555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099555; }
p { color: rgb(9,149,85); }
H1.HeaderClassName
{
color: #099555;
}
.AnyTagClassName
{
color: #099555;
}
</style>
background-color css
<style>
a { background-color: #099555; }
a { background-color: rgb(9,149,85); }
div.DivClassName
{
background-color: #099555;
}
.BgClassName
{
background-color: #099555;
}
</style>
border-color css
<style>
span { border-color: #099555; }
span { border-color: rgb(9,149,85); }
td.TdClassName
{
border-color: #099555;
}
.TagClassName
{
border-color: #099555;
}
</style>