Shades of Shamrock Green #019C65
Tints of Shamrock Green #019C65
RGB
CMYK
RGB Variations
Color information
#019C65 (or 0x019C65) is known color: Shamrock Green. HEX triplet: 01, 9C and 65. RGB value is (1,156,101). Sum of RGB (Red+Green+Blue) = 1+156+101=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #019C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C65 is #FE639A. Grayscale: #676767. Windows color (decimal): -16671643 or 6659073. OLE color: 6659073.
HSL color Cylindrical-coordinate representation of color #019C65: hue angle of 158.71º 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 #019C65 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 101 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.39 |
| HSL | 158.71º | 0.99% | 0.31% | - |
| HSV(B) | 158.71º | 0.99% | 0.61% | - |
| XYZ | 14.25 | 24.72 | 16.33 | - |
| YUV | 103.39 | 126.65 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 101 | 0.99 | 0 | 0.35 | 0.39 | 158.71 | 0.99 | 0.31 |
| Hex | 1 | 9C | 65 | 63 | 0 | 23 | 27 | 9F | 63 | 1F |
| Octal | 1 | 234 | 145 | 143 | 0 | 43 | 47 | 237 | 143 | 37 |
| Binary | 1 | 10011100 | 1100101 | 1100011 | 0 | 100011 | 100111 | 10011111 | 1100011 | 11111 |
Color Harmonies of #019C65
Complementary color
Monochromatic Colors of #019C65
Black with #019C65
Text Example
Text Example
White with #019C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C65; }
p { color: rgb(1,156,101); }
H1.HeaderClassName
{
color: #019C65;
}
.AnyTagClassName
{
color: #019C65;
}
</style>
background-color css
<style>
a { background-color: #019C65; }
a { background-color: rgb(1,156,101); }
div.DivClassName
{
background-color: #019C65;
}
.BgClassName
{
background-color: #019C65;
}
</style>
border-color css
<style>
span { border-color: #019C65; }
span { border-color: rgb(1,156,101); }
td.TdClassName
{
border-color: #019C65;
}
.TagClassName
{
border-color: #019C65;
}
</style>