Shades of Shamrock Green #14A25B
Tints of Shamrock Green #14A25B
RGB
CMYK
RGB Variations
Color information
#14A25B (or 0x14A25B) is known color: Shamrock Green. HEX triplet: 14, A2 and 5B. RGB value is (20,162,91). Sum of RGB (Red+Green+Blue) = 20+162+91=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #14A25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A25B is #EB5DA4. Grayscale: #6F6F6F. Windows color (decimal): -15424933 or 6005268. OLE color: 6005268.
HSL color Cylindrical-coordinate representation of color #14A25B: hue angle of 150º 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 #14A25B is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 91 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.36 |
| HSL | 150º | 0.78% | 0.36% | - |
| HSV(B) | 150º | 0.88% | 0.64% | - |
| XYZ | 15.1 | 26.74 | 14.26 | - |
| YUV | 111.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 91 | 0.88 | 0 | 0.44 | 0.36 | 150 | 0.78 | 0.36 |
| Hex | 14 | A2 | 5B | 58 | 0 | 2C | 24 | 96 | 4E | 24 |
| Octal | 24 | 242 | 133 | 130 | 0 | 54 | 44 | 226 | 116 | 44 |
| Binary | 10100 | 10100010 | 1011011 | 1011000 | 0 | 101100 | 100100 | 10010110 | 1001110 | 100100 |
Color Harmonies of #14A25B
Complementary color
Monochromatic Colors of #14A25B
Black with #14A25B
Text Example
Text Example
White with #14A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A25B; }
p { color: rgb(20,162,91); }
H1.HeaderClassName
{
color: #14A25B;
}
.AnyTagClassName
{
color: #14A25B;
}
</style>
background-color css
<style>
a { background-color: #14A25B; }
a { background-color: rgb(20,162,91); }
div.DivClassName
{
background-color: #14A25B;
}
.BgClassName
{
background-color: #14A25B;
}
</style>
border-color css
<style>
span { border-color: #14A25B; }
span { border-color: rgb(20,162,91); }
td.TdClassName
{
border-color: #14A25B;
}
.TagClassName
{
border-color: #14A25B;
}
</style>