Shades of Shamrock Green #018F54
Tints of Shamrock Green #018F54
RGB
CMYK
RGB Variations
Color information
#018F54 (or 0x018F54) is known color: Shamrock Green. HEX triplet: 01, 8F and 54. RGB value is (1,143,84). Sum of RGB (Red+Green+Blue) = 1+143+84=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #018F54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F54 is #FE70AB. Grayscale: #5D5D5D. Windows color (decimal): -16674988 or 5541633. OLE color: 5541633.
HSL color Cylindrical-coordinate representation of color #018F54: hue angle of 155.07º 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 #018F54 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 84 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.44 |
| HSL | 155.07º | 0.99% | 0.28% | - |
| HSV(B) | 155.07º | 0.99% | 0.56% | - |
| XYZ | 11.44 | 20.29 | 11.7 | - |
| YUV | 93.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 84 | 0.99 | 0 | 0.41 | 0.44 | 155.07 | 0.99 | 0.28 |
| Hex | 1 | 8F | 54 | 63 | 0 | 29 | 2C | 9B | 63 | 1C |
| Octal | 1 | 217 | 124 | 143 | 0 | 51 | 54 | 233 | 143 | 34 |
| Binary | 1 | 10001111 | 1010100 | 1100011 | 0 | 101001 | 101100 | 10011011 | 1100011 | 11100 |
Color Harmonies of #018F54
Complementary color
Monochromatic Colors of #018F54
Black with #018F54
Text Example
Text Example
White with #018F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F54; }
p { color: rgb(1,143,84); }
H1.HeaderClassName
{
color: #018F54;
}
.AnyTagClassName
{
color: #018F54;
}
</style>
background-color css
<style>
a { background-color: #018F54; }
a { background-color: rgb(1,143,84); }
div.DivClassName
{
background-color: #018F54;
}
.BgClassName
{
background-color: #018F54;
}
</style>
border-color css
<style>
span { border-color: #018F54; }
span { border-color: rgb(1,143,84); }
td.TdClassName
{
border-color: #018F54;
}
.TagClassName
{
border-color: #018F54;
}
</style>