Shades of Shamrock Green #149E63
Tints of Shamrock Green #149E63
RGB
CMYK
RGB Variations
Color information
#149E63 (or 0x149E63) is known color: Shamrock Green. HEX triplet: 14, 9E and 63. RGB value is (20,158,99). Sum of RGB (Red+Green+Blue) = 20+158+99=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #149E63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E63 is #EB619C. Grayscale: #6E6E6E. Windows color (decimal): -15425949 or 6528532. OLE color: 6528532.
HSL color Cylindrical-coordinate representation of color #149E63: hue angle of 154.35º degrees, saturation: 0.78, 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 #149E63 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 99 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.38 |
| HSL | 154.35º | 0.78% | 0.35% | - |
| HSV(B) | 154.35º | 0.87% | 0.62% | - |
| XYZ | 14.77 | 25.5 | 15.95 | - |
| YUV | 110.01 | 121.78 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 99 | 0.87 | 0 | 0.37 | 0.38 | 154.35 | 0.78 | 0.35 |
| Hex | 14 | 9E | 63 | 57 | 0 | 25 | 26 | 9A | 4E | 23 |
| Octal | 24 | 236 | 143 | 127 | 0 | 45 | 46 | 232 | 116 | 43 |
| Binary | 10100 | 10011110 | 1100011 | 1010111 | 0 | 100101 | 100110 | 10011010 | 1001110 | 100011 |
Color Harmonies of #149E63
Complementary color
Monochromatic Colors of #149E63
Black with #149E63
Text Example
Text Example
White with #149E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E63; }
p { color: rgb(20,158,99); }
H1.HeaderClassName
{
color: #149E63;
}
.AnyTagClassName
{
color: #149E63;
}
</style>
background-color css
<style>
a { background-color: #149E63; }
a { background-color: rgb(20,158,99); }
div.DivClassName
{
background-color: #149E63;
}
.BgClassName
{
background-color: #149E63;
}
</style>
border-color css
<style>
span { border-color: #149E63; }
span { border-color: rgb(20,158,99); }
td.TdClassName
{
border-color: #149E63;
}
.TagClassName
{
border-color: #149E63;
}
</style>