Shades of Shamrock Green #00985B
Tints of Shamrock Green #00985B
RGB
CMYK
RGB Variations
Color information
#00985B (or 0x00985B) is known color: Shamrock Green. HEX triplet: 00, 98 and 5B. RGB value is (0,152,91). Sum of RGB (Red+Green+Blue) = 0+152+91=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #00985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00985B is #FF67A4. Grayscale: #636363. Windows color (decimal): -16738213 or 6002688. OLE color: 6002688.
HSL color Cylindrical-coordinate representation of color #00985B: hue angle of 155.92º 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 #00985B is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 91 | - |
| CMYK | 1 | 0 | 0.40 | 0.40 |
| HSL | 155.92º | 1% | 0.3% | - |
| HSV(B) | 155.92º | 1% | 0.6% | - |
| XYZ | 13.12 | 23.21 | 13.69 | - |
| YUV | 99.6 | 123.14 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 91 | 1 | 0 | 0.40 | 0.40 | 155.92 | 1 | 0.3 |
| Hex | 0 | 98 | 5B | 64 | 0 | 28 | 28 | 9C | 64 | 1E |
| Octal | 0 | 230 | 133 | 144 | 0 | 50 | 50 | 234 | 144 | 36 |
| Binary | 0 | 10011000 | 1011011 | 1100100 | 0 | 101000 | 101000 | 10011100 | 1100100 | 11110 |
Color Harmonies of #00985B
Complementary color
Monochromatic Colors of #00985B
Black with #00985B
Text Example
Text Example
White with #00985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00985B; }
p { color: rgb(0,152,91); }
H1.HeaderClassName
{
color: #00985B;
}
.AnyTagClassName
{
color: #00985B;
}
</style>
background-color css
<style>
a { background-color: #00985B; }
a { background-color: rgb(0,152,91); }
div.DivClassName
{
background-color: #00985B;
}
.BgClassName
{
background-color: #00985B;
}
</style>
border-color css
<style>
span { border-color: #00985B; }
span { border-color: rgb(0,152,91); }
td.TdClassName
{
border-color: #00985B;
}
.TagClassName
{
border-color: #00985B;
}
</style>