Shades of Shamrock Green #14A25D
Tints of Shamrock Green #14A25D
RGB
CMYK
RGB Variations
Color information
#14A25D (or 0x14A25D) is known color: Shamrock Green. HEX triplet: 14, A2 and 5D. RGB value is (20,162,93). Sum of RGB (Red+Green+Blue) = 20+162+93=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #14A25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A25D is #EB5DA2. Grayscale: #6F6F6F. Windows color (decimal): -15424931 or 6136340. OLE color: 6136340.
HSL color Cylindrical-coordinate representation of color #14A25D: hue angle of 150.85º 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 #14A25D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 93 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.36 |
| HSL | 150.85º | 0.78% | 0.36% | - |
| HSV(B) | 150.85º | 0.88% | 0.64% | - |
| XYZ | 15.18 | 26.78 | 14.72 | - |
| YUV | 111.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 93 | 0.88 | 0 | 0.43 | 0.36 | 150.85 | 0.78 | 0.36 |
| Hex | 14 | A2 | 5D | 58 | 0 | 2B | 24 | 97 | 4E | 24 |
| Octal | 24 | 242 | 135 | 130 | 0 | 53 | 44 | 227 | 116 | 44 |
| Binary | 10100 | 10100010 | 1011101 | 1011000 | 0 | 101011 | 100100 | 10010111 | 1001110 | 100100 |
Color Harmonies of #14A25D
Complementary color
Monochromatic Colors of #14A25D
Black with #14A25D
Text Example
Text Example
White with #14A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A25D; }
p { color: rgb(20,162,93); }
H1.HeaderClassName
{
color: #14A25D;
}
.AnyTagClassName
{
color: #14A25D;
}
</style>
background-color css
<style>
a { background-color: #14A25D; }
a { background-color: rgb(20,162,93); }
div.DivClassName
{
background-color: #14A25D;
}
.BgClassName
{
background-color: #14A25D;
}
</style>
border-color css
<style>
span { border-color: #14A25D; }
span { border-color: rgb(20,162,93); }
td.TdClassName
{
border-color: #14A25D;
}
.TagClassName
{
border-color: #14A25D;
}
</style>