Shades of Shamrock Green #149C5C
Tints of Shamrock Green #149C5C
RGB
CMYK
RGB Variations
Color information
#149C5C (or 0x149C5C) is known color: Shamrock Green. HEX triplet: 14, 9C and 5C. RGB value is (20,156,92). Sum of RGB (Red+Green+Blue) = 20+156+92=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #149C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C5C is #EB63A3. Grayscale: #6C6C6C. Windows color (decimal): -15426468 or 6069268. OLE color: 6069268.
HSL color Cylindrical-coordinate representation of color #149C5C: hue angle of 151.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C5C is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 92 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.39 |
| HSL | 151.76º | 0.77% | 0.35% | - |
| HSV(B) | 151.76º | 0.87% | 0.61% | - |
| XYZ | 14.11 | 24.7 | 14.15 | - |
| YUV | 108.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 92 | 0.87 | 0 | 0.41 | 0.39 | 151.76 | 0.77 | 0.35 |
| Hex | 14 | 9C | 5C | 57 | 0 | 29 | 27 | 98 | 4D | 23 |
| Octal | 24 | 234 | 134 | 127 | 0 | 51 | 47 | 230 | 115 | 43 |
| Binary | 10100 | 10011100 | 1011100 | 1010111 | 0 | 101001 | 100111 | 10011000 | 1001101 | 100011 |
Color Harmonies of #149C5C
Complementary color
Monochromatic Colors of #149C5C
Black with #149C5C
Text Example
Text Example
White with #149C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C5C; }
p { color: rgb(20,156,92); }
H1.HeaderClassName
{
color: #149C5C;
}
.AnyTagClassName
{
color: #149C5C;
}
</style>
background-color css
<style>
a { background-color: #149C5C; }
a { background-color: rgb(20,156,92); }
div.DivClassName
{
background-color: #149C5C;
}
.BgClassName
{
background-color: #149C5C;
}
</style>
border-color css
<style>
span { border-color: #149C5C; }
span { border-color: rgb(20,156,92); }
td.TdClassName
{
border-color: #149C5C;
}
.TagClassName
{
border-color: #149C5C;
}
</style>