Shades of Shamrock Green #019866
Tints of Shamrock Green #019866
RGB
CMYK
RGB Variations
Color information
#019866 (or 0x019866) is known color: Shamrock Green. HEX triplet: 01, 98 and 66. RGB value is (1,152,102). Sum of RGB (Red+Green+Blue) = 1+152+102=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #019866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019866 is #FE6799. Grayscale: #656565. Windows color (decimal): -16672666 or 6723585. OLE color: 6723585.
HSL color Cylindrical-coordinate representation of color #019866: hue angle of 160.13º 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 #019866 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 102 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.40 |
| HSL | 160.13º | 0.99% | 0.3% | - |
| HSV(B) | 160.13º | 0.99% | 0.6% | - |
| XYZ | 13.64 | 23.42 | 16.37 | - |
| YUV | 101.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 102 | 0.99 | 0 | 0.33 | 0.40 | 160.13 | 0.99 | 0.3 |
| Hex | 1 | 98 | 66 | 63 | 0 | 21 | 28 | A0 | 63 | 1E |
| Octal | 1 | 230 | 146 | 143 | 0 | 41 | 50 | 240 | 143 | 36 |
| Binary | 1 | 10011000 | 1100110 | 1100011 | 0 | 100001 | 101000 | 10100000 | 1100011 | 11110 |
Color Harmonies of #019866
Complementary color
Monochromatic Colors of #019866
Black with #019866
Text Example
Text Example
White with #019866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019866; }
p { color: rgb(1,152,102); }
H1.HeaderClassName
{
color: #019866;
}
.AnyTagClassName
{
color: #019866;
}
</style>
background-color css
<style>
a { background-color: #019866; }
a { background-color: rgb(1,152,102); }
div.DivClassName
{
background-color: #019866;
}
.BgClassName
{
background-color: #019866;
}
</style>
border-color css
<style>
span { border-color: #019866; }
span { border-color: rgb(1,152,102); }
td.TdClassName
{
border-color: #019866;
}
.TagClassName
{
border-color: #019866;
}
</style>