Shades of Shamrock Green #019A65
Tints of Shamrock Green #019A65
RGB
CMYK
RGB Variations
Color information
#019A65 (or 0x019A65) is known color: Shamrock Green. HEX triplet: 01, 9A and 65. RGB value is (1,154,101). Sum of RGB (Red+Green+Blue) = 1+154+101=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #019A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A65 is #FE659A. Grayscale: #666666. Windows color (decimal): -16672155 or 6658561. OLE color: 6658561.
HSL color Cylindrical-coordinate representation of color #019A65: hue angle of 159.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A65 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 101 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.40 |
| HSL | 159.22º | 0.99% | 0.3% | - |
| HSV(B) | 159.22º | 0.99% | 0.6% | - |
| XYZ | 13.92 | 24.06 | 16.22 | - |
| YUV | 102.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 101 | 0.99 | 0 | 0.34 | 0.40 | 159.22 | 0.99 | 0.3 |
| Hex | 1 | 9A | 65 | 63 | 0 | 22 | 28 | 9F | 63 | 1E |
| Octal | 1 | 232 | 145 | 143 | 0 | 42 | 50 | 237 | 143 | 36 |
| Binary | 1 | 10011010 | 1100101 | 1100011 | 0 | 100010 | 101000 | 10011111 | 1100011 | 11110 |
Color Harmonies of #019A65
Complementary color
Monochromatic Colors of #019A65
Black with #019A65
Text Example
Text Example
White with #019A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A65; }
p { color: rgb(1,154,101); }
H1.HeaderClassName
{
color: #019A65;
}
.AnyTagClassName
{
color: #019A65;
}
</style>
background-color css
<style>
a { background-color: #019A65; }
a { background-color: rgb(1,154,101); }
div.DivClassName
{
background-color: #019A65;
}
.BgClassName
{
background-color: #019A65;
}
</style>
border-color css
<style>
span { border-color: #019A65; }
span { border-color: rgb(1,154,101); }
td.TdClassName
{
border-color: #019A65;
}
.TagClassName
{
border-color: #019A65;
}
</style>