Shades of Shamrock Green #018D52
Tints of Shamrock Green #018D52
RGB
CMYK
RGB Variations
Color information
#018D52 (or 0x018D52) is known color: Shamrock Green. HEX triplet: 01, 8D and 52. RGB value is (1,141,82). Sum of RGB (Red+Green+Blue) = 1+141+82=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #018D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D52 is #FE72AD. Grayscale: #5C5C5C. Windows color (decimal): -16675502 or 5410049. OLE color: 5410049.
HSL color Cylindrical-coordinate representation of color #018D52: hue angle of 154.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D52 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 82 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.45 |
| HSL | 154.71º | 0.99% | 0.28% | - |
| HSV(B) | 154.71º | 0.99% | 0.55% | - |
| XYZ | 11.06 | 19.67 | 11.2 | - |
| YUV | 92.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 82 | 0.99 | 0 | 0.42 | 0.45 | 154.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | 52 | 63 | 0 | 2A | 2D | 9B | 63 | 1C |
| Octal | 1 | 215 | 122 | 143 | 0 | 52 | 55 | 233 | 143 | 34 |
| Binary | 1 | 10001101 | 1010010 | 1100011 | 0 | 101010 | 101101 | 10011011 | 1100011 | 11100 |
Color Harmonies of #018D52
Complementary color
Monochromatic Colors of #018D52
Black with #018D52
Text Example
Text Example
White with #018D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D52; }
p { color: rgb(1,141,82); }
H1.HeaderClassName
{
color: #018D52;
}
.AnyTagClassName
{
color: #018D52;
}
</style>
background-color css
<style>
a { background-color: #018D52; }
a { background-color: rgb(1,141,82); }
div.DivClassName
{
background-color: #018D52;
}
.BgClassName
{
background-color: #018D52;
}
</style>
border-color css
<style>
span { border-color: #018D52; }
span { border-color: rgb(1,141,82); }
td.TdClassName
{
border-color: #018D52;
}
.TagClassName
{
border-color: #018D52;
}
</style>