Shades of Shamrock Green #149558
Tints of Shamrock Green #149558
RGB
CMYK
RGB Variations
Color information
#149558 (or 0x149558) is known color: Shamrock Green. HEX triplet: 14, 95 and 58. RGB value is (20,149,88). Sum of RGB (Red+Green+Blue) = 20+149+88=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #149558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149558 is #EB6AA7. Grayscale: #676767. Windows color (decimal): -15428264 or 5805332. OLE color: 5805332.
HSL color Cylindrical-coordinate representation of color #149558: hue angle of 151.63º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149558 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 88 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.42 |
| HSL | 151.63º | 0.76% | 0.33% | - |
| HSV(B) | 151.63º | 0.87% | 0.58% | - |
| XYZ | 12.8 | 22.35 | 12.87 | - |
| YUV | 103.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 88 | 0.87 | 0 | 0.41 | 0.42 | 151.63 | 0.76 | 0.33 |
| Hex | 14 | 95 | 58 | 57 | 0 | 29 | 2A | 98 | 4C | 21 |
| Octal | 24 | 225 | 130 | 127 | 0 | 51 | 52 | 230 | 114 | 41 |
| Binary | 10100 | 10010101 | 1011000 | 1010111 | 0 | 101001 | 101010 | 10011000 | 1001100 | 100001 |
Color Harmonies of #149558
Complementary color
Monochromatic Colors of #149558
Black with #149558
Text Example
Text Example
White with #149558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149558; }
p { color: rgb(20,149,88); }
H1.HeaderClassName
{
color: #149558;
}
.AnyTagClassName
{
color: #149558;
}
</style>
background-color css
<style>
a { background-color: #149558; }
a { background-color: rgb(20,149,88); }
div.DivClassName
{
background-color: #149558;
}
.BgClassName
{
background-color: #149558;
}
</style>
border-color css
<style>
span { border-color: #149558; }
span { border-color: rgb(20,149,88); }
td.TdClassName
{
border-color: #149558;
}
.TagClassName
{
border-color: #149558;
}
</style>