Shades of Shamrock Green #019F60
Tints of Shamrock Green #019F60
RGB
CMYK
RGB Variations
Color information
#019F60 (or 0x019F60) is known color: Shamrock Green. HEX triplet: 01, 9F and 60. RGB value is (1,159,96). Sum of RGB (Red+Green+Blue) = 1+159+96=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #019F60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019F60 is #FE609F. Grayscale: #686868. Windows color (decimal): -16670880 or 6332161. OLE color: 6332161.
HSL color Cylindrical-coordinate representation of color #019F60: hue angle of 156.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F60 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 96 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.38 |
| HSL | 156.08º | 0.99% | 0.31% | - |
| HSV(B) | 156.08º | 0.99% | 0.62% | - |
| XYZ | 14.52 | 25.65 | 15.25 | - |
| YUV | 104.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 96 | 0.99 | 0 | 0.40 | 0.38 | 156.08 | 0.99 | 0.31 |
| Hex | 1 | 9F | 60 | 63 | 0 | 28 | 26 | 9C | 63 | 1F |
| Octal | 1 | 237 | 140 | 143 | 0 | 50 | 46 | 234 | 143 | 37 |
| Binary | 1 | 10011111 | 1100000 | 1100011 | 0 | 101000 | 100110 | 10011100 | 1100011 | 11111 |
Color Harmonies of #019F60
Complementary color
Monochromatic Colors of #019F60
Black with #019F60
Text Example
Text Example
White with #019F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F60; }
p { color: rgb(1,159,96); }
H1.HeaderClassName
{
color: #019F60;
}
.AnyTagClassName
{
color: #019F60;
}
</style>
background-color css
<style>
a { background-color: #019F60; }
a { background-color: rgb(1,159,96); }
div.DivClassName
{
background-color: #019F60;
}
.BgClassName
{
background-color: #019F60;
}
</style>
border-color css
<style>
span { border-color: #019F60; }
span { border-color: rgb(1,159,96); }
td.TdClassName
{
border-color: #019F60;
}
.TagClassName
{
border-color: #019F60;
}
</style>