Shades of Shamrock Green #019564
Tints of Shamrock Green #019564
RGB
CMYK
RGB Variations
Color information
#019564 (or 0x019564) is known color: Shamrock Green. HEX triplet: 01, 95 and 64. RGB value is (1,149,100). Sum of RGB (Red+Green+Blue) = 1+149+100=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #019564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019564 is #FE6A9B. Grayscale: #636363. Windows color (decimal): -16673436 or 6591745. OLE color: 6591745.
HSL color Cylindrical-coordinate representation of color #019564: hue angle of 160.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019564 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 100 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.42 |
| HSL | 160.14º | 0.99% | 0.29% | - |
| HSV(B) | 160.14º | 0.99% | 0.58% | - |
| XYZ | 13.06 | 22.42 | 15.7 | - |
| YUV | 99.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 100 | 0.99 | 0 | 0.33 | 0.42 | 160.14 | 0.99 | 0.29 |
| Hex | 1 | 95 | 64 | 63 | 0 | 21 | 2A | A0 | 63 | 1D |
| Octal | 1 | 225 | 144 | 143 | 0 | 41 | 52 | 240 | 143 | 35 |
| Binary | 1 | 10010101 | 1100100 | 1100011 | 0 | 100001 | 101010 | 10100000 | 1100011 | 11101 |
Color Harmonies of #019564
Complementary color
Monochromatic Colors of #019564
Black with #019564
Text Example
Text Example
White with #019564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019564; }
p { color: rgb(1,149,100); }
H1.HeaderClassName
{
color: #019564;
}
.AnyTagClassName
{
color: #019564;
}
</style>
background-color css
<style>
a { background-color: #019564; }
a { background-color: rgb(1,149,100); }
div.DivClassName
{
background-color: #019564;
}
.BgClassName
{
background-color: #019564;
}
</style>
border-color css
<style>
span { border-color: #019564; }
span { border-color: rgb(1,149,100); }
td.TdClassName
{
border-color: #019564;
}
.TagClassName
{
border-color: #019564;
}
</style>