Shades of Shamrock Green #00985A
Tints of Shamrock Green #00985A
RGB
CMYK
RGB Variations
Color information
#00985A (or 0x00985A) is known color: Shamrock Green. HEX triplet: 00, 98 and 5A. RGB value is (0,152,90). Sum of RGB (Red+Green+Blue) = 0+152+90=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #00985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00985A is #FF67A5. Grayscale: #636363. Windows color (decimal): -16738214 or 5937152. OLE color: 5937152.
HSL color Cylindrical-coordinate representation of color #00985A: hue angle of 155.53º 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 #00985A is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 90 | - |
| CMYK | 1 | 0 | 0.41 | 0.40 |
| HSL | 155.53º | 1% | 0.3% | - |
| HSV(B) | 155.53º | 1% | 0.6% | - |
| XYZ | 13.07 | 23.19 | 13.46 | - |
| YUV | 99.48 | 122.64 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 90 | 1 | 0 | 0.41 | 0.40 | 155.53 | 1 | 0.3 |
| Hex | 0 | 98 | 5A | 64 | 0 | 29 | 28 | 9C | 64 | 1E |
| Octal | 0 | 230 | 132 | 144 | 0 | 51 | 50 | 234 | 144 | 36 |
| Binary | 0 | 10011000 | 1011010 | 1100100 | 0 | 101001 | 101000 | 10011100 | 1100100 | 11110 |
Color Harmonies of #00985A
Complementary color
Monochromatic Colors of #00985A
Black with #00985A
Text Example
Text Example
White with #00985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00985A; }
p { color: rgb(0,152,90); }
H1.HeaderClassName
{
color: #00985A;
}
.AnyTagClassName
{
color: #00985A;
}
</style>
background-color css
<style>
a { background-color: #00985A; }
a { background-color: rgb(0,152,90); }
div.DivClassName
{
background-color: #00985A;
}
.BgClassName
{
background-color: #00985A;
}
</style>
border-color css
<style>
span { border-color: #00985A; }
span { border-color: rgb(0,152,90); }
td.TdClassName
{
border-color: #00985A;
}
.TagClassName
{
border-color: #00985A;
}
</style>