Shades of Shamrock Green #019865
Tints of Shamrock Green #019865
RGB
CMYK
RGB Variations
Color information
#019865 (or 0x019865) is known color: Shamrock Green. HEX triplet: 01, 98 and 65. RGB value is (1,152,101). Sum of RGB (Red+Green+Blue) = 1+152+101=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #019865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019865 is #FE679A. Grayscale: #656565. Windows color (decimal): -16672667 or 6658049. OLE color: 6658049.
HSL color Cylindrical-coordinate representation of color #019865: hue angle of 159.74º 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 #019865 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 101 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.40 |
| HSL | 159.74º | 0.99% | 0.3% | - |
| HSV(B) | 159.74º | 0.99% | 0.6% | - |
| XYZ | 13.59 | 23.4 | 16.11 | - |
| YUV | 101.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 101 | 0.99 | 0 | 0.34 | 0.40 | 159.74 | 0.99 | 0.3 |
| Hex | 1 | 98 | 65 | 63 | 0 | 22 | 28 | A0 | 63 | 1E |
| Octal | 1 | 230 | 145 | 143 | 0 | 42 | 50 | 240 | 143 | 36 |
| Binary | 1 | 10011000 | 1100101 | 1100011 | 0 | 100010 | 101000 | 10100000 | 1100011 | 11110 |
Color Harmonies of #019865
Complementary color
Monochromatic Colors of #019865
Black with #019865
Text Example
Text Example
White with #019865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019865; }
p { color: rgb(1,152,101); }
H1.HeaderClassName
{
color: #019865;
}
.AnyTagClassName
{
color: #019865;
}
</style>
background-color css
<style>
a { background-color: #019865; }
a { background-color: rgb(1,152,101); }
div.DivClassName
{
background-color: #019865;
}
.BgClassName
{
background-color: #019865;
}
</style>
border-color css
<style>
span { border-color: #019865; }
span { border-color: rgb(1,152,101); }
td.TdClassName
{
border-color: #019865;
}
.TagClassName
{
border-color: #019865;
}
</style>