Shades of Shamrock Green #098D5D
Tints of Shamrock Green #098D5D
RGB
CMYK
RGB Variations
Color information
#098D5D (or 0x098D5D) is known color: Shamrock Green. HEX triplet: 09, 8D and 5D. RGB value is (9,141,93). Sum of RGB (Red+Green+Blue) = 9+141+93=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #098D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D5D is #F672A2. Grayscale: #606060. Windows color (decimal): -16151203 or 6130953. OLE color: 6130953.
HSL color Cylindrical-coordinate representation of color #098D5D: hue angle of 158.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D5D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 93 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.45 |
| HSL | 158.18º | 0.88% | 0.29% | - |
| HSV(B) | 158.18º | 0.94% | 0.55% | - |
| XYZ | 11.61 | 19.9 | 13.58 | - |
| YUV | 96.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 93 | 0.94 | 0 | 0.34 | 0.45 | 158.18 | 0.88 | 0.29 |
| Hex | 9 | 8D | 5D | 5E | 0 | 22 | 2D | 9E | 58 | 1D |
| Octal | 11 | 215 | 135 | 136 | 0 | 42 | 55 | 236 | 130 | 35 |
| Binary | 1001 | 10001101 | 1011101 | 1011110 | 0 | 100010 | 101101 | 10011110 | 1011000 | 11101 |
Color Harmonies of #098D5D
Complementary color
Monochromatic Colors of #098D5D
Black with #098D5D
Text Example
Text Example
White with #098D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D5D; }
p { color: rgb(9,141,93); }
H1.HeaderClassName
{
color: #098D5D;
}
.AnyTagClassName
{
color: #098D5D;
}
</style>
background-color css
<style>
a { background-color: #098D5D; }
a { background-color: rgb(9,141,93); }
div.DivClassName
{
background-color: #098D5D;
}
.BgClassName
{
background-color: #098D5D;
}
</style>
border-color css
<style>
span { border-color: #098D5D; }
span { border-color: rgb(9,141,93); }
td.TdClassName
{
border-color: #098D5D;
}
.TagClassName
{
border-color: #098D5D;
}
</style>