Shades of Shamrock Green #149F68
Tints of Shamrock Green #149F68
RGB
CMYK
RGB Variations
Color information
#149F68 (or 0x149F68) is known color: Shamrock Green. HEX triplet: 14, 9F and 68. RGB value is (20,159,104). Sum of RGB (Red+Green+Blue) = 20+159+104=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #149F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149F68 is #EB6097. Grayscale: #6F6F6F. Windows color (decimal): -15425688 or 6856468. OLE color: 6856468.
HSL color Cylindrical-coordinate representation of color #149F68: hue angle of 156.26º 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 #149F68 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 159 | 104 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.38 |
| HSL | 156.26º | 0.78% | 0.35% | - |
| HSV(B) | 156.26º | 0.87% | 0.62% | - |
| XYZ | 15.19 | 25.94 | 17.3 | - |
| YUV | 111.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 104 | 0.87 | 0 | 0.35 | 0.38 | 156.26 | 0.78 | 0.35 |
| Hex | 14 | 9F | 68 | 57 | 0 | 23 | 26 | 9C | 4E | 23 |
| Octal | 24 | 237 | 150 | 127 | 0 | 43 | 46 | 234 | 116 | 43 |
| Binary | 10100 | 10011111 | 1101000 | 1010111 | 0 | 100011 | 100110 | 10011100 | 1001110 | 100011 |
Color Harmonies of #149F68
Complementary color
Monochromatic Colors of #149F68
Black with #149F68
Text Example
Text Example
White with #149F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149F68; }
p { color: rgb(20,159,104); }
H1.HeaderClassName
{
color: #149F68;
}
.AnyTagClassName
{
color: #149F68;
}
</style>
background-color css
<style>
a { background-color: #149F68; }
a { background-color: rgb(20,159,104); }
div.DivClassName
{
background-color: #149F68;
}
.BgClassName
{
background-color: #149F68;
}
</style>
border-color css
<style>
span { border-color: #149F68; }
span { border-color: rgb(20,159,104); }
td.TdClassName
{
border-color: #149F68;
}
.TagClassName
{
border-color: #149F68;
}
</style>