Shades of Shamrock Green #019060
Tints of Shamrock Green #019060
RGB
CMYK
RGB Variations
Color information
#019060 (or 0x019060) is known color: Shamrock Green. HEX triplet: 01, 90 and 60. RGB value is (1,144,96). Sum of RGB (Red+Green+Blue) = 1+144+96=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #019060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019060 is #FE6F9F. Grayscale: #5F5F5F. Windows color (decimal): -16674720 or 6328321. OLE color: 6328321.
HSL color Cylindrical-coordinate representation of color #019060: hue angle of 159.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019060 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 96 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.44 |
| HSL | 159.86º | 0.99% | 0.28% | - |
| HSV(B) | 159.86º | 0.99% | 0.56% | - |
| XYZ | 12.1 | 20.8 | 14.44 | - |
| YUV | 95.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 96 | 0.99 | 0 | 0.33 | 0.44 | 159.86 | 0.99 | 0.28 |
| Hex | 1 | 90 | 60 | 63 | 0 | 21 | 2C | A0 | 63 | 1C |
| Octal | 1 | 220 | 140 | 143 | 0 | 41 | 54 | 240 | 143 | 34 |
| Binary | 1 | 10010000 | 1100000 | 1100011 | 0 | 100001 | 101100 | 10100000 | 1100011 | 11100 |
Color Harmonies of #019060
Complementary color
Monochromatic Colors of #019060
Black with #019060
Text Example
Text Example
White with #019060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019060; }
p { color: rgb(1,144,96); }
H1.HeaderClassName
{
color: #019060;
}
.AnyTagClassName
{
color: #019060;
}
</style>
background-color css
<style>
a { background-color: #019060; }
a { background-color: rgb(1,144,96); }
div.DivClassName
{
background-color: #019060;
}
.BgClassName
{
background-color: #019060;
}
</style>
border-color css
<style>
span { border-color: #019060; }
span { border-color: rgb(1,144,96); }
td.TdClassName
{
border-color: #019060;
}
.TagClassName
{
border-color: #019060;
}
</style>