Shades of Shamrock Green #149D63
Tints of Shamrock Green #149D63
RGB
CMYK
RGB Variations
Color information
#149D63 (or 0x149D63) is known color: Shamrock Green. HEX triplet: 14, 9D and 63. RGB value is (20,157,99). Sum of RGB (Red+Green+Blue) = 20+157+99=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #149D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149D63 is #EB629C. Grayscale: #6D6D6D. Windows color (decimal): -15426205 or 6528276. OLE color: 6528276.
HSL color Cylindrical-coordinate representation of color #149D63: hue angle of 154.6º 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 #149D63 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 99 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.38 |
| HSL | 154.6º | 0.77% | 0.35% | - |
| HSV(B) | 154.6º | 0.87% | 0.62% | - |
| XYZ | 14.6 | 25.16 | 15.89 | - |
| YUV | 109.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 99 | 0.87 | 0 | 0.37 | 0.38 | 154.6 | 0.77 | 0.35 |
| Hex | 14 | 9D | 63 | 57 | 0 | 25 | 26 | 9B | 4D | 23 |
| Octal | 24 | 235 | 143 | 127 | 0 | 45 | 46 | 233 | 115 | 43 |
| Binary | 10100 | 10011101 | 1100011 | 1010111 | 0 | 100101 | 100110 | 10011011 | 1001101 | 100011 |
Color Harmonies of #149D63
Complementary color
Monochromatic Colors of #149D63
Black with #149D63
Text Example
Text Example
White with #149D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D63; }
p { color: rgb(20,157,99); }
H1.HeaderClassName
{
color: #149D63;
}
.AnyTagClassName
{
color: #149D63;
}
</style>
background-color css
<style>
a { background-color: #149D63; }
a { background-color: rgb(20,157,99); }
div.DivClassName
{
background-color: #149D63;
}
.BgClassName
{
background-color: #149D63;
}
</style>
border-color css
<style>
span { border-color: #149D63; }
span { border-color: rgb(20,157,99); }
td.TdClassName
{
border-color: #149D63;
}
.TagClassName
{
border-color: #149D63;
}
</style>