Shades of Shamrock Green #149E64
Tints of Shamrock Green #149E64
RGB
CMYK
RGB Variations
Color information
#149E64 (or 0x149E64) is known color: Shamrock Green. HEX triplet: 14, 9E and 64. RGB value is (20,158,100). Sum of RGB (Red+Green+Blue) = 20+158+100=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #149E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E64 is #EB619B. Grayscale: #6E6E6E. Windows color (decimal): -15425948 or 6594068. OLE color: 6594068.
HSL color Cylindrical-coordinate representation of color #149E64: hue angle of 154.78º 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 #149E64 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 100 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.38 |
| HSL | 154.78º | 0.78% | 0.35% | - |
| HSV(B) | 154.78º | 0.87% | 0.62% | - |
| XYZ | 14.82 | 25.52 | 16.2 | - |
| YUV | 110.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 100 | 0.87 | 0 | 0.37 | 0.38 | 154.78 | 0.78 | 0.35 |
| Hex | 14 | 9E | 64 | 57 | 0 | 25 | 26 | 9B | 4E | 23 |
| Octal | 24 | 236 | 144 | 127 | 0 | 45 | 46 | 233 | 116 | 43 |
| Binary | 10100 | 10011110 | 1100100 | 1010111 | 0 | 100101 | 100110 | 10011011 | 1001110 | 100011 |
Color Harmonies of #149E64
Complementary color
Monochromatic Colors of #149E64
Black with #149E64
Text Example
Text Example
White with #149E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E64; }
p { color: rgb(20,158,100); }
H1.HeaderClassName
{
color: #149E64;
}
.AnyTagClassName
{
color: #149E64;
}
</style>
background-color css
<style>
a { background-color: #149E64; }
a { background-color: rgb(20,158,100); }
div.DivClassName
{
background-color: #149E64;
}
.BgClassName
{
background-color: #149E64;
}
</style>
border-color css
<style>
span { border-color: #149E64; }
span { border-color: rgb(20,158,100); }
td.TdClassName
{
border-color: #149E64;
}
.TagClassName
{
border-color: #149E64;
}
</style>