Shades of Shamrock Green #149959
Tints of Shamrock Green #149959
RGB
CMYK
RGB Variations
Color information
#149959 (or 0x149959) is known color: Shamrock Green. HEX triplet: 14, 99 and 59. RGB value is (20,153,89). Sum of RGB (Red+Green+Blue) = 20+153+89=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #149959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149959 is #EB66A6. Grayscale: #6A6A6A. Windows color (decimal): -15427239 or 5871892. OLE color: 5871892.
HSL color Cylindrical-coordinate representation of color #149959: hue angle of 151.13º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149959 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 89 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.4 |
| HSL | 151.13º | 0.77% | 0.34% | - |
| HSV(B) | 151.13º | 0.87% | 0.6% | - |
| XYZ | 13.48 | 23.65 | 13.31 | - |
| YUV | 105.94 | 118.44 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 89 | 0.87 | 0 | 0.42 | 0.4 | 151.13 | 0.77 | 0.34 |
| Hex | 14 | 99 | 59 | 57 | 0 | 2A | 28 | 97 | 4D | 22 |
| Octal | 24 | 231 | 131 | 127 | 0 | 52 | 50 | 227 | 115 | 42 |
| Binary | 10100 | 10011001 | 1011001 | 1010111 | 0 | 101010 | 101000 | 10010111 | 1001101 | 100010 |
Color Harmonies of #149959
Complementary color
Monochromatic Colors of #149959
Black with #149959
Text Example
Text Example
White with #149959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149959; }
p { color: rgb(20,153,89); }
H1.HeaderClassName
{
color: #149959;
}
.AnyTagClassName
{
color: #149959;
}
</style>
background-color css
<style>
a { background-color: #149959; }
a { background-color: rgb(20,153,89); }
div.DivClassName
{
background-color: #149959;
}
.BgClassName
{
background-color: #149959;
}
</style>
border-color css
<style>
span { border-color: #149959; }
span { border-color: rgb(20,153,89); }
td.TdClassName
{
border-color: #149959;
}
.TagClassName
{
border-color: #149959;
}
</style>