Shades of Shamrock Green #139B5B
Tints of Shamrock Green #139B5B
RGB
CMYK
RGB Variations
Color information
#139B5B (or 0x139B5B) is known color: Shamrock Green. HEX triplet: 13, 9B and 5B. RGB value is (19,155,91). Sum of RGB (Red+Green+Blue) = 19+155+91=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #139B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B5B is #EC64A4. Grayscale: #6B6B6B. Windows color (decimal): -15492261 or 6003475. OLE color: 6003475.
HSL color Cylindrical-coordinate representation of color #139B5B: hue angle of 151.76º 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 #139B5B is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 91 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.39 |
| HSL | 151.76º | 0.78% | 0.34% | - |
| HSV(B) | 151.76º | 0.88% | 0.61% | - |
| XYZ | 13.88 | 24.34 | 13.86 | - |
| YUV | 107.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 91 | 0.88 | 0 | 0.41 | 0.39 | 151.76 | 0.78 | 0.34 |
| Hex | 13 | 9B | 5B | 58 | 0 | 29 | 27 | 98 | 4E | 22 |
| Octal | 23 | 233 | 133 | 130 | 0 | 51 | 47 | 230 | 116 | 42 |
| Binary | 10011 | 10011011 | 1011011 | 1011000 | 0 | 101001 | 100111 | 10011000 | 1001110 | 100010 |
Color Harmonies of #139B5B
Complementary color
Monochromatic Colors of #139B5B
Black with #139B5B
Text Example
Text Example
White with #139B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B5B; }
p { color: rgb(19,155,91); }
H1.HeaderClassName
{
color: #139B5B;
}
.AnyTagClassName
{
color: #139B5B;
}
</style>
background-color css
<style>
a { background-color: #139B5B; }
a { background-color: rgb(19,155,91); }
div.DivClassName
{
background-color: #139B5B;
}
.BgClassName
{
background-color: #139B5B;
}
</style>
border-color css
<style>
span { border-color: #139B5B; }
span { border-color: rgb(19,155,91); }
td.TdClassName
{
border-color: #139B5B;
}
.TagClassName
{
border-color: #139B5B;
}
</style>