Shades of Shamrock Green #14995D
Tints of Shamrock Green #14995D
RGB
CMYK
RGB Variations
Color information
#14995D (or 0x14995D) is known color: Shamrock Green. HEX triplet: 14, 99 and 5D. RGB value is (20,153,93). Sum of RGB (Red+Green+Blue) = 20+153+93=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #14995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14995D is #EB66A2. Grayscale: #6A6A6A. Windows color (decimal): -15427235 or 6134036. OLE color: 6134036.
HSL color Cylindrical-coordinate representation of color #14995D: hue angle of 152.93º 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 #14995D is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 93 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.4 |
| HSL | 152.93º | 0.77% | 0.34% | - |
| HSV(B) | 152.93º | 0.87% | 0.6% | - |
| XYZ | 13.66 | 23.72 | 14.21 | - |
| YUV | 106.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 93 | 0.87 | 0 | 0.39 | 0.4 | 152.93 | 0.77 | 0.34 |
| Hex | 14 | 99 | 5D | 57 | 0 | 27 | 28 | 99 | 4D | 22 |
| Octal | 24 | 231 | 135 | 127 | 0 | 47 | 50 | 231 | 115 | 42 |
| Binary | 10100 | 10011001 | 1011101 | 1010111 | 0 | 100111 | 101000 | 10011001 | 1001101 | 100010 |
Color Harmonies of #14995D
Complementary color
Monochromatic Colors of #14995D
Black with #14995D
Text Example
Text Example
White with #14995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14995D; }
p { color: rgb(20,153,93); }
H1.HeaderClassName
{
color: #14995D;
}
.AnyTagClassName
{
color: #14995D;
}
</style>
background-color css
<style>
a { background-color: #14995D; }
a { background-color: rgb(20,153,93); }
div.DivClassName
{
background-color: #14995D;
}
.BgClassName
{
background-color: #14995D;
}
</style>
border-color css
<style>
span { border-color: #14995D; }
span { border-color: rgb(20,153,93); }
td.TdClassName
{
border-color: #14995D;
}
.TagClassName
{
border-color: #14995D;
}
</style>