Shades of Shamrock Green #018855
Tints of Shamrock Green #018855
RGB
CMYK
RGB Variations
Color information
#018855 (or 0x018855) is known color: Shamrock Green. HEX triplet: 01, 88 and 55. RGB value is (1,136,85). Sum of RGB (Red+Green+Blue) = 1+136+85=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #018855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018855 is #FE77AA. Grayscale: #595959. Windows color (decimal): -16676779 or 5605377. OLE color: 5605377.
HSL color Cylindrical-coordinate representation of color #018855: hue angle of 157.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018855 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 85 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.47 |
| HSL | 157.33º | 0.99% | 0.27% | - |
| HSV(B) | 157.33º | 0.99% | 0.53% | - |
| XYZ | 10.46 | 18.27 | 11.57 | - |
| YUV | 89.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 85 | 0.99 | 0 | 0.38 | 0.47 | 157.33 | 0.99 | 0.27 |
| Hex | 1 | 88 | 55 | 63 | 0 | 26 | 2F | 9D | 63 | 1B |
| Octal | 1 | 210 | 125 | 143 | 0 | 46 | 57 | 235 | 143 | 33 |
| Binary | 1 | 10001000 | 1010101 | 1100011 | 0 | 100110 | 101111 | 10011101 | 1100011 | 11011 |
Color Harmonies of #018855
Complementary color
Monochromatic Colors of #018855
Black with #018855
Text Example
Text Example
White with #018855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018855; }
p { color: rgb(1,136,85); }
H1.HeaderClassName
{
color: #018855;
}
.AnyTagClassName
{
color: #018855;
}
</style>
background-color css
<style>
a { background-color: #018855; }
a { background-color: rgb(1,136,85); }
div.DivClassName
{
background-color: #018855;
}
.BgClassName
{
background-color: #018855;
}
</style>
border-color css
<style>
span { border-color: #018855; }
span { border-color: rgb(1,136,85); }
td.TdClassName
{
border-color: #018855;
}
.TagClassName
{
border-color: #018855;
}
</style>