Shades of Shamrock Green #019858
Tints of Shamrock Green #019858
RGB
CMYK
RGB Variations
Color information
#019858 (or 0x019858) is known color: Shamrock Green. HEX triplet: 01, 98 and 58. RGB value is (1,152,88). Sum of RGB (Red+Green+Blue) = 1+152+88=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #019858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019858 is #FE67A7. Grayscale: #636363. Windows color (decimal): -16672680 or 5806081. OLE color: 5806081.
HSL color Cylindrical-coordinate representation of color #019858: hue angle of 154.57º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019858 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 88 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.40 |
| HSL | 154.57º | 0.99% | 0.3% | - |
| HSV(B) | 154.57º | 0.99% | 0.6% | - |
| XYZ | 13 | 23.17 | 13.02 | - |
| YUV | 99.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 88 | 0.99 | 0 | 0.42 | 0.40 | 154.57 | 0.99 | 0.3 |
| Hex | 1 | 98 | 58 | 63 | 0 | 2A | 28 | 9B | 63 | 1E |
| Octal | 1 | 230 | 130 | 143 | 0 | 52 | 50 | 233 | 143 | 36 |
| Binary | 1 | 10011000 | 1011000 | 1100011 | 0 | 101010 | 101000 | 10011011 | 1100011 | 11110 |
Color Harmonies of #019858
Complementary color
Monochromatic Colors of #019858
Black with #019858
Text Example
Text Example
White with #019858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019858; }
p { color: rgb(1,152,88); }
H1.HeaderClassName
{
color: #019858;
}
.AnyTagClassName
{
color: #019858;
}
</style>
background-color css
<style>
a { background-color: #019858; }
a { background-color: rgb(1,152,88); }
div.DivClassName
{
background-color: #019858;
}
.BgClassName
{
background-color: #019858;
}
</style>
border-color css
<style>
span { border-color: #019858; }
span { border-color: rgb(1,152,88); }
td.TdClassName
{
border-color: #019858;
}
.TagClassName
{
border-color: #019858;
}
</style>