Shades of Shamrock Green #149A59
Tints of Shamrock Green #149A59
RGB
CMYK
RGB Variations
Color information
#149A59 (or 0x149A59) is known color: Shamrock Green. HEX triplet: 14, 9A and 59. RGB value is (20,154,89). Sum of RGB (Red+Green+Blue) = 20+154+89=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #149A59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149A59 is #EB65A6. Grayscale: #6A6A6A. Windows color (decimal): -15426983 or 5872148. OLE color: 5872148.
HSL color Cylindrical-coordinate representation of color #149A59: hue angle of 150.9º 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 #149A59 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 89 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.40 |
| HSL | 150.9º | 0.77% | 0.34% | - |
| HSV(B) | 150.9º | 0.87% | 0.6% | - |
| XYZ | 13.65 | 23.98 | 13.36 | - |
| YUV | 106.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 89 | 0.87 | 0 | 0.42 | 0.40 | 150.9 | 0.77 | 0.34 |
| Hex | 14 | 9A | 59 | 57 | 0 | 2A | 28 | 97 | 4D | 22 |
| Octal | 24 | 232 | 131 | 127 | 0 | 52 | 50 | 227 | 115 | 42 |
| Binary | 10100 | 10011010 | 1011001 | 1010111 | 0 | 101010 | 101000 | 10010111 | 1001101 | 100010 |
Color Harmonies of #149A59
Complementary color
Monochromatic Colors of #149A59
Black with #149A59
Text Example
Text Example
White with #149A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A59; }
p { color: rgb(20,154,89); }
H1.HeaderClassName
{
color: #149A59;
}
.AnyTagClassName
{
color: #149A59;
}
</style>
background-color css
<style>
a { background-color: #149A59; }
a { background-color: rgb(20,154,89); }
div.DivClassName
{
background-color: #149A59;
}
.BgClassName
{
background-color: #149A59;
}
</style>
border-color css
<style>
span { border-color: #149A59; }
span { border-color: rgb(20,154,89); }
td.TdClassName
{
border-color: #149A59;
}
.TagClassName
{
border-color: #149A59;
}
</style>