Shades of Shamrock Green #149E65
Tints of Shamrock Green #149E65
RGB
CMYK
RGB Variations
Color information
#149E65 (or 0x149E65) is known color: Shamrock Green. HEX triplet: 14, 9E and 65. RGB value is (20,158,101). Sum of RGB (Red+Green+Blue) = 20+158+101=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #149E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E65 is #EB619A. Grayscale: #6E6E6E. Windows color (decimal): -15425947 or 6659604. OLE color: 6659604.
HSL color Cylindrical-coordinate representation of color #149E65: hue angle of 155.22º 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 #149E65 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 101 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.38 |
| HSL | 155.22º | 0.78% | 0.35% | - |
| HSV(B) | 155.22º | 0.87% | 0.62% | - |
| XYZ | 14.86 | 25.54 | 16.46 | - |
| YUV | 110.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 101 | 0.87 | 0 | 0.36 | 0.38 | 155.22 | 0.78 | 0.35 |
| Hex | 14 | 9E | 65 | 57 | 0 | 24 | 26 | 9B | 4E | 23 |
| Octal | 24 | 236 | 145 | 127 | 0 | 44 | 46 | 233 | 116 | 43 |
| Binary | 10100 | 10011110 | 1100101 | 1010111 | 0 | 100100 | 100110 | 10011011 | 1001110 | 100011 |
Color Harmonies of #149E65
Complementary color
Monochromatic Colors of #149E65
Black with #149E65
Text Example
Text Example
White with #149E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E65; }
p { color: rgb(20,158,101); }
H1.HeaderClassName
{
color: #149E65;
}
.AnyTagClassName
{
color: #149E65;
}
</style>
background-color css
<style>
a { background-color: #149E65; }
a { background-color: rgb(20,158,101); }
div.DivClassName
{
background-color: #149E65;
}
.BgClassName
{
background-color: #149E65;
}
</style>
border-color css
<style>
span { border-color: #149E65; }
span { border-color: rgb(20,158,101); }
td.TdClassName
{
border-color: #149E65;
}
.TagClassName
{
border-color: #149E65;
}
</style>