Shades of Shamrock Green #14A45D
Tints of Shamrock Green #14A45D
RGB
CMYK
RGB Variations
Color information
#14A45D (or 0x14A45D) is known color: Shamrock Green. HEX triplet: 14, A4 and 5D. RGB value is (20,164,93). Sum of RGB (Red+Green+Blue) = 20+164+93=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #14A45D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A45D is #EB5BA2. Grayscale: #707070. Windows color (decimal): -15424419 or 6136852. OLE color: 6136852.
HSL color Cylindrical-coordinate representation of color #14A45D: hue angle of 150.42º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A45D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 164 | 93 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.36 |
| HSL | 150.42º | 0.78% | 0.36% | - |
| HSV(B) | 150.42º | 0.88% | 0.64% | - |
| XYZ | 15.54 | 27.49 | 14.84 | - |
| YUV | 112.85 | 116.79 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 164 | 93 | 0.88 | 0 | 0.43 | 0.36 | 150.42 | 0.78 | 0.36 |
| Hex | 14 | A4 | 5D | 58 | 0 | 2B | 24 | 96 | 4E | 24 |
| Octal | 24 | 244 | 135 | 130 | 0 | 53 | 44 | 226 | 116 | 44 |
| Binary | 10100 | 10100100 | 1011101 | 1011000 | 0 | 101011 | 100100 | 10010110 | 1001110 | 100100 |
Color Harmonies of #14A45D
Complementary color
Monochromatic Colors of #14A45D
Black with #14A45D
Text Example
Text Example
White with #14A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A45D; }
p { color: rgb(20,164,93); }
H1.HeaderClassName
{
color: #14A45D;
}
.AnyTagClassName
{
color: #14A45D;
}
</style>
background-color css
<style>
a { background-color: #14A45D; }
a { background-color: rgb(20,164,93); }
div.DivClassName
{
background-color: #14A45D;
}
.BgClassName
{
background-color: #14A45D;
}
</style>
border-color css
<style>
span { border-color: #14A45D; }
span { border-color: rgb(20,164,93); }
td.TdClassName
{
border-color: #14A45D;
}
.TagClassName
{
border-color: #14A45D;
}
</style>