Shades of Shamrock Green #139B5D
Tints of Shamrock Green #139B5D
RGB
CMYK
RGB Variations
Color information
#139B5D (or 0x139B5D) is known color: Shamrock Green. HEX triplet: 13, 9B and 5D. RGB value is (19,155,93). Sum of RGB (Red+Green+Blue) = 19+155+93=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #139B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B5D is #EC64A2. Grayscale: #6B6B6B. Windows color (decimal): -15492259 or 6134547. OLE color: 6134547.
HSL color Cylindrical-coordinate representation of color #139B5D: hue angle of 152.65º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B5D is Cyan = 0.88, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 93 | - |
| CMYK | 0.88 | 0 | 0.4 | 0.39 |
| HSL | 152.65º | 0.78% | 0.34% | - |
| HSV(B) | 152.65º | 0.88% | 0.61% | - |
| XYZ | 13.97 | 24.37 | 14.32 | - |
| YUV | 107.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 93 | 0.88 | 0 | 0.4 | 0.39 | 152.65 | 0.78 | 0.34 |
| Hex | 13 | 9B | 5D | 58 | 0 | 28 | 27 | 99 | 4E | 22 |
| Octal | 23 | 233 | 135 | 130 | 0 | 50 | 47 | 231 | 116 | 42 |
| Binary | 10011 | 10011011 | 1011101 | 1011000 | 0 | 101000 | 100111 | 10011001 | 1001110 | 100010 |
Color Harmonies of #139B5D
Complementary color
Monochromatic Colors of #139B5D
Black with #139B5D
Text Example
Text Example
White with #139B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B5D; }
p { color: rgb(19,155,93); }
H1.HeaderClassName
{
color: #139B5D;
}
.AnyTagClassName
{
color: #139B5D;
}
</style>
background-color css
<style>
a { background-color: #139B5D; }
a { background-color: rgb(19,155,93); }
div.DivClassName
{
background-color: #139B5D;
}
.BgClassName
{
background-color: #139B5D;
}
</style>
border-color css
<style>
span { border-color: #139B5D; }
span { border-color: rgb(19,155,93); }
td.TdClassName
{
border-color: #139B5D;
}
.TagClassName
{
border-color: #139B5D;
}
</style>