Shades of Shamrock Green #019861
Tints of Shamrock Green #019861
RGB
CMYK
RGB Variations
Color information
#019861 (or 0x019861) is known color: Shamrock Green. HEX triplet: 01, 98 and 61. RGB value is (1,152,97). Sum of RGB (Red+Green+Blue) = 1+152+97=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #019861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019861 is #FE679E. Grayscale: #646464. Windows color (decimal): -16672671 or 6395905. OLE color: 6395905.
HSL color Cylindrical-coordinate representation of color #019861: hue angle of 158.15º 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 #019861 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 97 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.40 |
| HSL | 158.15º | 0.99% | 0.3% | - |
| HSV(B) | 158.15º | 0.99% | 0.6% | - |
| XYZ | 13.4 | 23.33 | 15.11 | - |
| YUV | 100.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 97 | 0.99 | 0 | 0.36 | 0.40 | 158.15 | 0.99 | 0.3 |
| Hex | 1 | 98 | 61 | 63 | 0 | 24 | 28 | 9E | 63 | 1E |
| Octal | 1 | 230 | 141 | 143 | 0 | 44 | 50 | 236 | 143 | 36 |
| Binary | 1 | 10011000 | 1100001 | 1100011 | 0 | 100100 | 101000 | 10011110 | 1100011 | 11110 |
Color Harmonies of #019861
Complementary color
Monochromatic Colors of #019861
Black with #019861
Text Example
Text Example
White with #019861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019861; }
p { color: rgb(1,152,97); }
H1.HeaderClassName
{
color: #019861;
}
.AnyTagClassName
{
color: #019861;
}
</style>
background-color css
<style>
a { background-color: #019861; }
a { background-color: rgb(1,152,97); }
div.DivClassName
{
background-color: #019861;
}
.BgClassName
{
background-color: #019861;
}
</style>
border-color css
<style>
span { border-color: #019861; }
span { border-color: rgb(1,152,97); }
td.TdClassName
{
border-color: #019861;
}
.TagClassName
{
border-color: #019861;
}
</style>