Shades of Shamrock Green #149358
Tints of Shamrock Green #149358
RGB
CMYK
RGB Variations
Color information
#149358 (or 0x149358) is known color: Shamrock Green. HEX triplet: 14, 93 and 58. RGB value is (20,147,88). Sum of RGB (Red+Green+Blue) = 20+147+88=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #149358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149358 is #EB6CA7. Grayscale: #666666. Windows color (decimal): -15428776 or 5804820. OLE color: 5804820.
HSL color Cylindrical-coordinate representation of color #149358: hue angle of 152.13º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149358 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 88 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.42 |
| HSL | 152.13º | 0.76% | 0.33% | - |
| HSV(B) | 152.13º | 0.86% | 0.58% | - |
| XYZ | 12.48 | 21.72 | 12.77 | - |
| YUV | 102.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 88 | 0.86 | 0 | 0.40 | 0.42 | 152.13 | 0.76 | 0.33 |
| Hex | 14 | 93 | 58 | 56 | 0 | 28 | 2A | 98 | 4C | 21 |
| Octal | 24 | 223 | 130 | 126 | 0 | 50 | 52 | 230 | 114 | 41 |
| Binary | 10100 | 10010011 | 1011000 | 1010110 | 0 | 101000 | 101010 | 10011000 | 1001100 | 100001 |
Color Harmonies of #149358
Complementary color
Monochromatic Colors of #149358
Black with #149358
Text Example
Text Example
White with #149358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149358; }
p { color: rgb(20,147,88); }
H1.HeaderClassName
{
color: #149358;
}
.AnyTagClassName
{
color: #149358;
}
</style>
background-color css
<style>
a { background-color: #149358; }
a { background-color: rgb(20,147,88); }
div.DivClassName
{
background-color: #149358;
}
.BgClassName
{
background-color: #149358;
}
</style>
border-color css
<style>
span { border-color: #149358; }
span { border-color: rgb(20,147,88); }
td.TdClassName
{
border-color: #149358;
}
.TagClassName
{
border-color: #149358;
}
</style>