Shades of Shamrock Green #09985D
Tints of Shamrock Green #09985D
RGB
CMYK
RGB Variations
Color information
#09985D (or 0x09985D) is known color: Shamrock Green. HEX triplet: 09, 98 and 5D. RGB value is (9,152,93). Sum of RGB (Red+Green+Blue) = 9+152+93=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #09985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09985D is #F667A2. Grayscale: #666666. Windows color (decimal): -16148387 or 6133769. OLE color: 6133769.
HSL color Cylindrical-coordinate representation of color #09985D: hue angle of 155.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09985D is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 93 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.40 |
| HSL | 155.24º | 0.89% | 0.32% | - |
| HSV(B) | 155.24º | 0.94% | 0.6% | - |
| XYZ | 13.32 | 23.3 | 14.15 | - |
| YUV | 102.52 | 122.62 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 93 | 0.94 | 0 | 0.39 | 0.40 | 155.24 | 0.89 | 0.32 |
| Hex | 9 | 98 | 5D | 5E | 0 | 27 | 28 | 9B | 59 | 20 |
| Octal | 11 | 230 | 135 | 136 | 0 | 47 | 50 | 233 | 131 | 40 |
| Binary | 1001 | 10011000 | 1011101 | 1011110 | 0 | 100111 | 101000 | 10011011 | 1011001 | 100000 |
Color Harmonies of #09985D
Complementary color
Monochromatic Colors of #09985D
Black with #09985D
Text Example
Text Example
White with #09985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09985D; }
p { color: rgb(9,152,93); }
H1.HeaderClassName
{
color: #09985D;
}
.AnyTagClassName
{
color: #09985D;
}
</style>
background-color css
<style>
a { background-color: #09985D; }
a { background-color: rgb(9,152,93); }
div.DivClassName
{
background-color: #09985D;
}
.BgClassName
{
background-color: #09985D;
}
</style>
border-color css
<style>
span { border-color: #09985D; }
span { border-color: rgb(9,152,93); }
td.TdClassName
{
border-color: #09985D;
}
.TagClassName
{
border-color: #09985D;
}
</style>