Shades of Shamrock Green #149B63
Tints of Shamrock Green #149B63
RGB
CMYK
RGB Variations
Color information
#149B63 (or 0x149B63) is known color: Shamrock Green. HEX triplet: 14, 9B and 63. RGB value is (20,155,99). Sum of RGB (Red+Green+Blue) = 20+155+99=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #149B63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B63 is #EB649C. Grayscale: #6C6C6C. Windows color (decimal): -15426717 or 6527764. OLE color: 6527764.
HSL color Cylindrical-coordinate representation of color #149B63: hue angle of 155.11º 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 #149B63 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 99 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.39 |
| HSL | 155.11º | 0.77% | 0.34% | - |
| HSV(B) | 155.11º | 0.87% | 0.61% | - |
| XYZ | 14.26 | 24.49 | 15.78 | - |
| YUV | 108.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 99 | 0.87 | 0 | 0.36 | 0.39 | 155.11 | 0.77 | 0.34 |
| Hex | 14 | 9B | 63 | 57 | 0 | 24 | 27 | 9B | 4D | 22 |
| Octal | 24 | 233 | 143 | 127 | 0 | 44 | 47 | 233 | 115 | 42 |
| Binary | 10100 | 10011011 | 1100011 | 1010111 | 0 | 100100 | 100111 | 10011011 | 1001101 | 100010 |
Color Harmonies of #149B63
Complementary color
Monochromatic Colors of #149B63
Black with #149B63
Text Example
Text Example
White with #149B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B63; }
p { color: rgb(20,155,99); }
H1.HeaderClassName
{
color: #149B63;
}
.AnyTagClassName
{
color: #149B63;
}
</style>
background-color css
<style>
a { background-color: #149B63; }
a { background-color: rgb(20,155,99); }
div.DivClassName
{
background-color: #149B63;
}
.BgClassName
{
background-color: #149B63;
}
</style>
border-color css
<style>
span { border-color: #149B63; }
span { border-color: rgb(20,155,99); }
td.TdClassName
{
border-color: #149B63;
}
.TagClassName
{
border-color: #149B63;
}
</style>