Shades of Shamrock Green #019D60
Tints of Shamrock Green #019D60
RGB
CMYK
RGB Variations
Color information
#019D60 (or 0x019D60) is known color: Shamrock Green. HEX triplet: 01, 9D and 60. RGB value is (1,157,96). Sum of RGB (Red+Green+Blue) = 1+157+96=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 157 (61.72% from 255 or 61.81% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 157 - color contains mainly: green. Hex color #019D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019D60 is #FE629F. Grayscale: #676767. Windows color (decimal): -16671392 or 6331649. OLE color: 6331649.
HSL color Cylindrical-coordinate representation of color #019D60: hue angle of 156.54º 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 #019D60 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 96 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.38 |
| HSL | 156.54º | 0.99% | 0.31% | - |
| HSV(B) | 156.54º | 0.99% | 0.62% | - |
| XYZ | 14.18 | 24.96 | 15.14 | - |
| YUV | 103.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 96 | 0.99 | 0 | 0.39 | 0.38 | 156.54 | 0.99 | 0.31 |
| Hex | 1 | 9D | 60 | 63 | 0 | 27 | 26 | 9D | 63 | 1F |
| Octal | 1 | 235 | 140 | 143 | 0 | 47 | 46 | 235 | 143 | 37 |
| Binary | 1 | 10011101 | 1100000 | 1100011 | 0 | 100111 | 100110 | 10011101 | 1100011 | 11111 |
Color Harmonies of #019D60
Complementary color
Monochromatic Colors of #019D60
Black with #019D60
Text Example
Text Example
White with #019D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D60; }
p { color: rgb(1,157,96); }
H1.HeaderClassName
{
color: #019D60;
}
.AnyTagClassName
{
color: #019D60;
}
</style>
background-color css
<style>
a { background-color: #019D60; }
a { background-color: rgb(1,157,96); }
div.DivClassName
{
background-color: #019D60;
}
.BgClassName
{
background-color: #019D60;
}
</style>
border-color css
<style>
span { border-color: #019D60; }
span { border-color: rgb(1,157,96); }
td.TdClassName
{
border-color: #019D60;
}
.TagClassName
{
border-color: #019D60;
}
</style>