Shades of Shamrock Green #018F55
Tints of Shamrock Green #018F55
RGB
CMYK
RGB Variations
Color information
#018F55 (or 0x018F55) is known color: Shamrock Green. HEX triplet: 01, 8F and 55. RGB value is (1,143,85). Sum of RGB (Red+Green+Blue) = 1+143+85=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #018F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F55 is #FE70AA. Grayscale: #5E5E5E. Windows color (decimal): -16674987 or 5607169. OLE color: 5607169.
HSL color Cylindrical-coordinate representation of color #018F55: hue angle of 155.49º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F55 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 85 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.44 |
| HSL | 155.49º | 0.99% | 0.28% | - |
| HSV(B) | 155.49º | 0.99% | 0.56% | - |
| XYZ | 11.47 | 20.31 | 11.91 | - |
| YUV | 93.93 | 122.96 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 85 | 0.99 | 0 | 0.41 | 0.44 | 155.49 | 0.99 | 0.28 |
| Hex | 1 | 8F | 55 | 63 | 0 | 29 | 2C | 9B | 63 | 1C |
| Octal | 1 | 217 | 125 | 143 | 0 | 51 | 54 | 233 | 143 | 34 |
| Binary | 1 | 10001111 | 1010101 | 1100011 | 0 | 101001 | 101100 | 10011011 | 1100011 | 11100 |
Color Harmonies of #018F55
Complementary color
Monochromatic Colors of #018F55
Black with #018F55
Text Example
Text Example
White with #018F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F55; }
p { color: rgb(1,143,85); }
H1.HeaderClassName
{
color: #018F55;
}
.AnyTagClassName
{
color: #018F55;
}
</style>
background-color css
<style>
a { background-color: #018F55; }
a { background-color: rgb(1,143,85); }
div.DivClassName
{
background-color: #018F55;
}
.BgClassName
{
background-color: #018F55;
}
</style>
border-color css
<style>
span { border-color: #018F55; }
span { border-color: rgb(1,143,85); }
td.TdClassName
{
border-color: #018F55;
}
.TagClassName
{
border-color: #018F55;
}
</style>