Shades of Shamrock Green #00985D
Tints of Shamrock Green #00985D
RGB
CMYK
RGB Variations
Color information
#00985D (or 0x00985D) is known color: Shamrock Green. HEX triplet: 00, 98 and 5D. RGB value is (0,152,93). Sum of RGB (Red+Green+Blue) = 0+152+93=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #00985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00985D is #FF67A2. Grayscale: #636363. Windows color (decimal): -16738211 or 6133760. OLE color: 6133760.
HSL color Cylindrical-coordinate representation of color #00985D: hue angle of 156.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00985D is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 93 | - |
| CMYK | 1 | 0 | 0.39 | 0.40 |
| HSL | 156.71º | 1% | 0.3% | - |
| HSV(B) | 156.71º | 1% | 0.6% | - |
| XYZ | 13.2 | 23.25 | 14.15 | - |
| YUV | 99.83 | 124.14 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 93 | 1 | 0 | 0.39 | 0.40 | 156.71 | 1 | 0.3 |
| Hex | 0 | 98 | 5D | 64 | 0 | 27 | 28 | 9D | 64 | 1E |
| Octal | 0 | 230 | 135 | 144 | 0 | 47 | 50 | 235 | 144 | 36 |
| Binary | 0 | 10011000 | 1011101 | 1100100 | 0 | 100111 | 101000 | 10011101 | 1100100 | 11110 |
Color Harmonies of #00985D
Complementary color
Monochromatic Colors of #00985D
Black with #00985D
Text Example
Text Example
White with #00985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00985D; }
p { color: rgb(0,152,93); }
H1.HeaderClassName
{
color: #00985D;
}
.AnyTagClassName
{
color: #00985D;
}
</style>
background-color css
<style>
a { background-color: #00985D; }
a { background-color: rgb(0,152,93); }
div.DivClassName
{
background-color: #00985D;
}
.BgClassName
{
background-color: #00985D;
}
</style>
border-color css
<style>
span { border-color: #00985D; }
span { border-color: rgb(0,152,93); }
td.TdClassName
{
border-color: #00985D;
}
.TagClassName
{
border-color: #00985D;
}
</style>