Shades of Shamrock Green #149E67
Tints of Shamrock Green #149E67
RGB
CMYK
RGB Variations
Color information
#149E67 (or 0x149E67) is known color: Shamrock Green. HEX triplet: 14, 9E and 67. RGB value is (20,158,103). Sum of RGB (Red+Green+Blue) = 20+158+103=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #149E67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E67 is #EB6198. Grayscale: #6E6E6E. Windows color (decimal): -15425945 or 6790676. OLE color: 6790676.
HSL color Cylindrical-coordinate representation of color #149E67: hue angle of 156.09º 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 #149E67 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 103 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.38 |
| HSL | 156.09º | 0.78% | 0.35% | - |
| HSV(B) | 156.09º | 0.87% | 0.62% | - |
| XYZ | 14.96 | 25.58 | 16.98 | - |
| YUV | 110.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 103 | 0.87 | 0 | 0.35 | 0.38 | 156.09 | 0.78 | 0.35 |
| Hex | 14 | 9E | 67 | 57 | 0 | 23 | 26 | 9C | 4E | 23 |
| Octal | 24 | 236 | 147 | 127 | 0 | 43 | 46 | 234 | 116 | 43 |
| Binary | 10100 | 10011110 | 1100111 | 1010111 | 0 | 100011 | 100110 | 10011100 | 1001110 | 100011 |
Color Harmonies of #149E67
Complementary color
Monochromatic Colors of #149E67
Black with #149E67
Text Example
Text Example
White with #149E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E67; }
p { color: rgb(20,158,103); }
H1.HeaderClassName
{
color: #149E67;
}
.AnyTagClassName
{
color: #149E67;
}
</style>
background-color css
<style>
a { background-color: #149E67; }
a { background-color: rgb(20,158,103); }
div.DivClassName
{
background-color: #149E67;
}
.BgClassName
{
background-color: #149E67;
}
</style>
border-color css
<style>
span { border-color: #149E67; }
span { border-color: rgb(20,158,103); }
td.TdClassName
{
border-color: #149E67;
}
.TagClassName
{
border-color: #149E67;
}
</style>