Shades of Shamrock Green #019C64
Tints of Shamrock Green #019C64
RGB
CMYK
RGB Variations
Color information
#019C64 (or 0x019C64) is known color: Shamrock Green. HEX triplet: 01, 9C and 64. RGB value is (1,156,100). Sum of RGB (Red+Green+Blue) = 1+156+100=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 156 (61.33% from 255 or 60.70% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 156 - color contains mainly: green. Hex color #019C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C64 is #FE639B. Grayscale: #676767. Windows color (decimal): -16671644 or 6593537. OLE color: 6593537.
HSL color Cylindrical-coordinate representation of color #019C64: hue angle of 158.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C64 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 100 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.39 |
| HSL | 158.32º | 0.99% | 0.31% | - |
| HSV(B) | 158.32º | 0.99% | 0.61% | - |
| XYZ | 14.2 | 24.7 | 16.08 | - |
| YUV | 103.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 100 | 0.99 | 0 | 0.36 | 0.39 | 158.32 | 0.99 | 0.31 |
| Hex | 1 | 9C | 64 | 63 | 0 | 24 | 27 | 9E | 63 | 1F |
| Octal | 1 | 234 | 144 | 143 | 0 | 44 | 47 | 236 | 143 | 37 |
| Binary | 1 | 10011100 | 1100100 | 1100011 | 0 | 100100 | 100111 | 10011110 | 1100011 | 11111 |
Color Harmonies of #019C64
Complementary color
Monochromatic Colors of #019C64
Black with #019C64
Text Example
Text Example
White with #019C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C64; }
p { color: rgb(1,156,100); }
H1.HeaderClassName
{
color: #019C64;
}
.AnyTagClassName
{
color: #019C64;
}
</style>
background-color css
<style>
a { background-color: #019C64; }
a { background-color: rgb(1,156,100); }
div.DivClassName
{
background-color: #019C64;
}
.BgClassName
{
background-color: #019C64;
}
</style>
border-color css
<style>
span { border-color: #019C64; }
span { border-color: rgb(1,156,100); }
td.TdClassName
{
border-color: #019C64;
}
.TagClassName
{
border-color: #019C64;
}
</style>