Shades of Shamrock Green #099D5B
Tints of Shamrock Green #099D5B
RGB
CMYK
RGB Variations
Color information
#099D5B (or 0x099D5B) is known color: Shamrock Green. HEX triplet: 09, 9D and 5B. RGB value is (9,157,91). Sum of RGB (Red+Green+Blue) = 9+157+91=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #099D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D5B is #F662A4. Grayscale: #696969. Windows color (decimal): -16147109 or 6003977. OLE color: 6003977.
HSL color Cylindrical-coordinate representation of color #099D5B: hue angle of 153.24º 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 #099D5B is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 91 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.38 |
| HSL | 153.24º | 0.89% | 0.33% | - |
| HSV(B) | 153.24º | 0.94% | 0.62% | - |
| XYZ | 14.06 | 24.93 | 13.97 | - |
| YUV | 105.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 91 | 0.94 | 0 | 0.42 | 0.38 | 153.24 | 0.89 | 0.33 |
| Hex | 9 | 9D | 5B | 5E | 0 | 2A | 26 | 99 | 59 | 21 |
| Octal | 11 | 235 | 133 | 136 | 0 | 52 | 46 | 231 | 131 | 41 |
| Binary | 1001 | 10011101 | 1011011 | 1011110 | 0 | 101010 | 100110 | 10011001 | 1011001 | 100001 |
Color Harmonies of #099D5B
Complementary color
Monochromatic Colors of #099D5B
Black with #099D5B
Text Example
Text Example
White with #099D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D5B; }
p { color: rgb(9,157,91); }
H1.HeaderClassName
{
color: #099D5B;
}
.AnyTagClassName
{
color: #099D5B;
}
</style>
background-color css
<style>
a { background-color: #099D5B; }
a { background-color: rgb(9,157,91); }
div.DivClassName
{
background-color: #099D5B;
}
.BgClassName
{
background-color: #099D5B;
}
</style>
border-color css
<style>
span { border-color: #099D5B; }
span { border-color: rgb(9,157,91); }
td.TdClassName
{
border-color: #099D5B;
}
.TagClassName
{
border-color: #099D5B;
}
</style>