Shades of Shamrock Green #149555
Tints of Shamrock Green #149555
RGB
CMYK
RGB Variations
Color information
#149555 (or 0x149555) is known color: Shamrock Green. HEX triplet: 14, 95 and 55. RGB value is (20,149,85). Sum of RGB (Red+Green+Blue) = 20+149+85=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #149555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149555 is #EB6AAA. Grayscale: #676767. Windows color (decimal): -15428267 or 5608724. OLE color: 5608724.
HSL color Cylindrical-coordinate representation of color #149555: hue angle of 150.23º 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 #149555 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 85 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.42 |
| HSL | 150.23º | 0.76% | 0.33% | - |
| HSV(B) | 150.23º | 0.87% | 0.58% | - |
| XYZ | 12.68 | 22.3 | 12.23 | - |
| YUV | 103.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 85 | 0.87 | 0 | 0.43 | 0.42 | 150.23 | 0.76 | 0.33 |
| Hex | 14 | 95 | 55 | 57 | 0 | 2B | 2A | 96 | 4C | 21 |
| Octal | 24 | 225 | 125 | 127 | 0 | 53 | 52 | 226 | 114 | 41 |
| Binary | 10100 | 10010101 | 1010101 | 1010111 | 0 | 101011 | 101010 | 10010110 | 1001100 | 100001 |
Color Harmonies of #149555
Complementary color
Monochromatic Colors of #149555
Black with #149555
Text Example
Text Example
White with #149555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149555; }
p { color: rgb(20,149,85); }
H1.HeaderClassName
{
color: #149555;
}
.AnyTagClassName
{
color: #149555;
}
</style>
background-color css
<style>
a { background-color: #149555; }
a { background-color: rgb(20,149,85); }
div.DivClassName
{
background-color: #149555;
}
.BgClassName
{
background-color: #149555;
}
</style>
border-color css
<style>
span { border-color: #149555; }
span { border-color: rgb(20,149,85); }
td.TdClassName
{
border-color: #149555;
}
.TagClassName
{
border-color: #149555;
}
</style>