Shades of Shamrock Green #149E5C
Tints of Shamrock Green #149E5C
RGB
CMYK
RGB Variations
Color information
#149E5C (or 0x149E5C) is known color: Shamrock Green. HEX triplet: 14, 9E and 5C. RGB value is (20,158,92). Sum of RGB (Red+Green+Blue) = 20+158+92=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #149E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E5C is #EB61A3. Grayscale: #6D6D6D. Windows color (decimal): -15425956 or 6069780. OLE color: 6069780.
HSL color Cylindrical-coordinate representation of color #149E5C: hue angle of 151.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E5C is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 92 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.38 |
| HSL | 151.3º | 0.78% | 0.35% | - |
| HSV(B) | 151.3º | 0.87% | 0.62% | - |
| XYZ | 14.45 | 25.38 | 14.26 | - |
| YUV | 109.21 | 118.28 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 92 | 0.87 | 0 | 0.42 | 0.38 | 151.3 | 0.78 | 0.35 |
| Hex | 14 | 9E | 5C | 57 | 0 | 2A | 26 | 97 | 4E | 23 |
| Octal | 24 | 236 | 134 | 127 | 0 | 52 | 46 | 227 | 116 | 43 |
| Binary | 10100 | 10011110 | 1011100 | 1010111 | 0 | 101010 | 100110 | 10010111 | 1001110 | 100011 |
Color Harmonies of #149E5C
Complementary color
Monochromatic Colors of #149E5C
Black with #149E5C
Text Example
Text Example
White with #149E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E5C; }
p { color: rgb(20,158,92); }
H1.HeaderClassName
{
color: #149E5C;
}
.AnyTagClassName
{
color: #149E5C;
}
</style>
background-color css
<style>
a { background-color: #149E5C; }
a { background-color: rgb(20,158,92); }
div.DivClassName
{
background-color: #149E5C;
}
.BgClassName
{
background-color: #149E5C;
}
</style>
border-color css
<style>
span { border-color: #149E5C; }
span { border-color: rgb(20,158,92); }
td.TdClassName
{
border-color: #149E5C;
}
.TagClassName
{
border-color: #149E5C;
}
</style>