Shades of Shamrock Green #099B5B
Tints of Shamrock Green #099B5B
RGB
CMYK
RGB Variations
Color information
#099B5B (or 0x099B5B) is known color: Shamrock Green. HEX triplet: 09, 9B and 5B. RGB value is (9,155,91). Sum of RGB (Red+Green+Blue) = 9+155+91=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #099B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B5B is #F664A4. Grayscale: #686868. Windows color (decimal): -16147621 or 6003465. OLE color: 6003465.
HSL color Cylindrical-coordinate representation of color #099B5B: hue angle of 153.7º 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 #099B5B is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 91 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.39 |
| HSL | 153.7º | 0.89% | 0.32% | - |
| HSV(B) | 153.7º | 0.94% | 0.61% | - |
| XYZ | 13.72 | 24.26 | 13.86 | - |
| YUV | 104.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 91 | 0.94 | 0 | 0.41 | 0.39 | 153.7 | 0.89 | 0.32 |
| Hex | 9 | 9B | 5B | 5E | 0 | 29 | 27 | 9A | 59 | 20 |
| Octal | 11 | 233 | 133 | 136 | 0 | 51 | 47 | 232 | 131 | 40 |
| Binary | 1001 | 10011011 | 1011011 | 1011110 | 0 | 101001 | 100111 | 10011010 | 1011001 | 100000 |
Color Harmonies of #099B5B
Complementary color
Monochromatic Colors of #099B5B
Black with #099B5B
Text Example
Text Example
White with #099B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B5B; }
p { color: rgb(9,155,91); }
H1.HeaderClassName
{
color: #099B5B;
}
.AnyTagClassName
{
color: #099B5B;
}
</style>
background-color css
<style>
a { background-color: #099B5B; }
a { background-color: rgb(9,155,91); }
div.DivClassName
{
background-color: #099B5B;
}
.BgClassName
{
background-color: #099B5B;
}
</style>
border-color css
<style>
span { border-color: #099B5B; }
span { border-color: rgb(9,155,91); }
td.TdClassName
{
border-color: #099B5B;
}
.TagClassName
{
border-color: #099B5B;
}
</style>