Shades of Shamrock Green #149B5D
Tints of Shamrock Green #149B5D
RGB
CMYK
RGB Variations
Color information
#149B5D (or 0x149B5D) is known color: Shamrock Green. HEX triplet: 14, 9B and 5D. RGB value is (20,155,93). Sum of RGB (Red+Green+Blue) = 20+155+93=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #149B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B5D is #EB64A2. Grayscale: #6B6B6B. Windows color (decimal): -15426723 or 6134548. OLE color: 6134548.
HSL color Cylindrical-coordinate representation of color #149B5D: hue angle of 152.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B5D is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 93 | - |
| CMYK | 0.87 | 0 | 0.4 | 0.39 |
| HSL | 152.44º | 0.77% | 0.34% | - |
| HSV(B) | 152.44º | 0.87% | 0.61% | - |
| XYZ | 13.99 | 24.38 | 14.32 | - |
| YUV | 107.57 | 119.77 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 93 | 0.87 | 0 | 0.4 | 0.39 | 152.44 | 0.77 | 0.34 |
| Hex | 14 | 9B | 5D | 57 | 0 | 28 | 27 | 98 | 4D | 22 |
| Octal | 24 | 233 | 135 | 127 | 0 | 50 | 47 | 230 | 115 | 42 |
| Binary | 10100 | 10011011 | 1011101 | 1010111 | 0 | 101000 | 100111 | 10011000 | 1001101 | 100010 |
Color Harmonies of #149B5D
Complementary color
Monochromatic Colors of #149B5D
Black with #149B5D
Text Example
Text Example
White with #149B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B5D; }
p { color: rgb(20,155,93); }
H1.HeaderClassName
{
color: #149B5D;
}
.AnyTagClassName
{
color: #149B5D;
}
</style>
background-color css
<style>
a { background-color: #149B5D; }
a { background-color: rgb(20,155,93); }
div.DivClassName
{
background-color: #149B5D;
}
.BgClassName
{
background-color: #149B5D;
}
</style>
border-color css
<style>
span { border-color: #149B5D; }
span { border-color: rgb(20,155,93); }
td.TdClassName
{
border-color: #149B5D;
}
.TagClassName
{
border-color: #149B5D;
}
</style>