Shades of Shamrock Green #018F56
Tints of Shamrock Green #018F56
RGB
CMYK
RGB Variations
Color information
#018F56 (or 0x018F56) is known color: Shamrock Green. HEX triplet: 01, 8F and 56. RGB value is (1,143,86). Sum of RGB (Red+Green+Blue) = 1+143+86=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #018F56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F56 is #FE70A9. Grayscale: #5E5E5E. Windows color (decimal): -16674986 or 5672705. OLE color: 5672705.
HSL color Cylindrical-coordinate representation of color #018F56: hue angle of 155.92º 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 #018F56 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 86 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.44 |
| HSL | 155.92º | 0.99% | 0.28% | - |
| HSV(B) | 155.92º | 0.99% | 0.56% | - |
| XYZ | 11.51 | 20.32 | 12.12 | - |
| YUV | 94.04 | 123.46 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 86 | 0.99 | 0 | 0.40 | 0.44 | 155.92 | 0.99 | 0.28 |
| Hex | 1 | 8F | 56 | 63 | 0 | 28 | 2C | 9C | 63 | 1C |
| Octal | 1 | 217 | 126 | 143 | 0 | 50 | 54 | 234 | 143 | 34 |
| Binary | 1 | 10001111 | 1010110 | 1100011 | 0 | 101000 | 101100 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018F56
Complementary color
Monochromatic Colors of #018F56
Black with #018F56
Text Example
Text Example
White with #018F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F56; }
p { color: rgb(1,143,86); }
H1.HeaderClassName
{
color: #018F56;
}
.AnyTagClassName
{
color: #018F56;
}
</style>
background-color css
<style>
a { background-color: #018F56; }
a { background-color: rgb(1,143,86); }
div.DivClassName
{
background-color: #018F56;
}
.BgClassName
{
background-color: #018F56;
}
</style>
border-color css
<style>
span { border-color: #018F56; }
span { border-color: rgb(1,143,86); }
td.TdClassName
{
border-color: #018F56;
}
.TagClassName
{
border-color: #018F56;
}
</style>