Shades of Shamrock Green #099B5F
Tints of Shamrock Green #099B5F
RGB
CMYK
RGB Variations
Color information
#099B5F (or 0x099B5F) is known color: Shamrock Green. HEX triplet: 09, 9B and 5F. RGB value is (9,155,95). Sum of RGB (Red+Green+Blue) = 9+155+95=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #099B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B5F is #F664A0. Grayscale: #686868. Windows color (decimal): -16147617 or 6265609. OLE color: 6265609.
HSL color Cylindrical-coordinate representation of color #099B5F: hue angle of 155.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B5F is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 95 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.39 |
| HSL | 155.34º | 0.89% | 0.32% | - |
| HSV(B) | 155.34º | 0.94% | 0.61% | - |
| XYZ | 13.9 | 24.33 | 14.79 | - |
| YUV | 104.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 95 | 0.94 | 0 | 0.39 | 0.39 | 155.34 | 0.89 | 0.32 |
| Hex | 9 | 9B | 5F | 5E | 0 | 27 | 27 | 9B | 59 | 20 |
| Octal | 11 | 233 | 137 | 136 | 0 | 47 | 47 | 233 | 131 | 40 |
| Binary | 1001 | 10011011 | 1011111 | 1011110 | 0 | 100111 | 100111 | 10011011 | 1011001 | 100000 |
Color Harmonies of #099B5F
Complementary color
Monochromatic Colors of #099B5F
Black with #099B5F
Text Example
Text Example
White with #099B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B5F; }
p { color: rgb(9,155,95); }
H1.HeaderClassName
{
color: #099B5F;
}
.AnyTagClassName
{
color: #099B5F;
}
</style>
background-color css
<style>
a { background-color: #099B5F; }
a { background-color: rgb(9,155,95); }
div.DivClassName
{
background-color: #099B5F;
}
.BgClassName
{
background-color: #099B5F;
}
</style>
border-color css
<style>
span { border-color: #099B5F; }
span { border-color: rgb(9,155,95); }
td.TdClassName
{
border-color: #099B5F;
}
.TagClassName
{
border-color: #099B5F;
}
</style>