Shades of Shamrock Green #14985E
Tints of Shamrock Green #14985E
RGB
CMYK
RGB Variations
Color information
#14985E (or 0x14985E) is known color: Shamrock Green. HEX triplet: 14, 98 and 5E. RGB value is (20,152,94). Sum of RGB (Red+Green+Blue) = 20+152+94=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #14985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14985E is #EB67A1. Grayscale: #6A6A6A. Windows color (decimal): -15427490 or 6199316. OLE color: 6199316.
HSL color Cylindrical-coordinate representation of color #14985E: hue angle of 153.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14985E is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 94 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.40 |
| HSL | 153.64º | 0.77% | 0.34% | - |
| HSV(B) | 153.64º | 0.87% | 0.6% | - |
| XYZ | 13.54 | 23.41 | 14.4 | - |
| YUV | 105.92 | 121.27 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 94 | 0.87 | 0 | 0.38 | 0.40 | 153.64 | 0.77 | 0.34 |
| Hex | 14 | 98 | 5E | 57 | 0 | 26 | 28 | 9A | 4D | 22 |
| Octal | 24 | 230 | 136 | 127 | 0 | 46 | 50 | 232 | 115 | 42 |
| Binary | 10100 | 10011000 | 1011110 | 1010111 | 0 | 100110 | 101000 | 10011010 | 1001101 | 100010 |
Color Harmonies of #14985E
Complementary color
Monochromatic Colors of #14985E
Black with #14985E
Text Example
Text Example
White with #14985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14985E; }
p { color: rgb(20,152,94); }
H1.HeaderClassName
{
color: #14985E;
}
.AnyTagClassName
{
color: #14985E;
}
</style>
background-color css
<style>
a { background-color: #14985E; }
a { background-color: rgb(20,152,94); }
div.DivClassName
{
background-color: #14985E;
}
.BgClassName
{
background-color: #14985E;
}
</style>
border-color css
<style>
span { border-color: #14985E; }
span { border-color: rgb(20,152,94); }
td.TdClassName
{
border-color: #14985E;
}
.TagClassName
{
border-color: #14985E;
}
</style>