Shades of Shamrock Green #149D60
Tints of Shamrock Green #149D60
RGB
CMYK
RGB Variations
Color information
#149D60 (or 0x149D60) is known color: Shamrock Green. HEX triplet: 14, 9D and 60. RGB value is (20,157,96). Sum of RGB (Red+Green+Blue) = 20+157+96=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #149D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149D60 is #EB629F. Grayscale: #6D6D6D. Windows color (decimal): -15426208 or 6331668. OLE color: 6331668.
HSL color Cylindrical-coordinate representation of color #149D60: hue angle of 153.28º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D60 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 96 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.38 |
| HSL | 153.28º | 0.77% | 0.35% | - |
| HSV(B) | 153.28º | 0.87% | 0.62% | - |
| XYZ | 14.46 | 25.11 | 15.15 | - |
| YUV | 109.08 | 120.61 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 96 | 0.87 | 0 | 0.39 | 0.38 | 153.28 | 0.77 | 0.35 |
| Hex | 14 | 9D | 60 | 57 | 0 | 27 | 26 | 99 | 4D | 23 |
| Octal | 24 | 235 | 140 | 127 | 0 | 47 | 46 | 231 | 115 | 43 |
| Binary | 10100 | 10011101 | 1100000 | 1010111 | 0 | 100111 | 100110 | 10011001 | 1001101 | 100011 |
Color Harmonies of #149D60
Complementary color
Monochromatic Colors of #149D60
Black with #149D60
Text Example
Text Example
White with #149D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D60; }
p { color: rgb(20,157,96); }
H1.HeaderClassName
{
color: #149D60;
}
.AnyTagClassName
{
color: #149D60;
}
</style>
background-color css
<style>
a { background-color: #149D60; }
a { background-color: rgb(20,157,96); }
div.DivClassName
{
background-color: #149D60;
}
.BgClassName
{
background-color: #149D60;
}
</style>
border-color css
<style>
span { border-color: #149D60; }
span { border-color: rgb(20,157,96); }
td.TdClassName
{
border-color: #149D60;
}
.TagClassName
{
border-color: #149D60;
}
</style>