Shades of Shamrock Green #149F5A
Tints of Shamrock Green #149F5A
RGB
CMYK
RGB Variations
Color information
#149F5A (or 0x149F5A) is known color: Shamrock Green. HEX triplet: 14, 9F and 5A. RGB value is (20,159,90). Sum of RGB (Red+Green+Blue) = 20+159+90=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #149F5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149F5A is #EB60A5. Grayscale: #6D6D6D. Windows color (decimal): -15425702 or 5938964. OLE color: 5938964.
HSL color Cylindrical-coordinate representation of color #149F5A: hue angle of 150.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 #149F5A is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 159 | 90 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.38 |
| HSL | 150.22º | 0.78% | 0.35% | - |
| HSV(B) | 150.22º | 0.87% | 0.62% | - |
| XYZ | 14.53 | 25.68 | 13.86 | - |
| YUV | 109.57 | 116.95 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 90 | 0.87 | 0 | 0.43 | 0.38 | 150.22 | 0.78 | 0.35 |
| Hex | 14 | 9F | 5A | 57 | 0 | 2B | 26 | 96 | 4E | 23 |
| Octal | 24 | 237 | 132 | 127 | 0 | 53 | 46 | 226 | 116 | 43 |
| Binary | 10100 | 10011111 | 1011010 | 1010111 | 0 | 101011 | 100110 | 10010110 | 1001110 | 100011 |
Color Harmonies of #149F5A
Complementary color
Monochromatic Colors of #149F5A
Black with #149F5A
Text Example
Text Example
White with #149F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149F5A; }
p { color: rgb(20,159,90); }
H1.HeaderClassName
{
color: #149F5A;
}
.AnyTagClassName
{
color: #149F5A;
}
</style>
background-color css
<style>
a { background-color: #149F5A; }
a { background-color: rgb(20,159,90); }
div.DivClassName
{
background-color: #149F5A;
}
.BgClassName
{
background-color: #149F5A;
}
</style>
border-color css
<style>
span { border-color: #149F5A; }
span { border-color: rgb(20,159,90); }
td.TdClassName
{
border-color: #149F5A;
}
.TagClassName
{
border-color: #149F5A;
}
</style>