Shades of Shamrock Green #159F5D
Tints of Shamrock Green #159F5D
RGB
CMYK
RGB Variations
Color information
#159F5D (or 0x159F5D) is known color: Shamrock Green. HEX triplet: 15, 9F and 5D. RGB value is (21,159,93). Sum of RGB (Red+Green+Blue) = 21+159+93=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #159F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159F5D is #EA60A2. Grayscale: #6E6E6E. Windows color (decimal): -15360163 or 6135573. OLE color: 6135573.
HSL color Cylindrical-coordinate representation of color #159F5D: hue angle of 151.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159F5D is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 159 | 93 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.38 |
| HSL | 151.3º | 0.77% | 0.35% | - |
| HSV(B) | 151.3º | 0.87% | 0.62% | - |
| XYZ | 14.68 | 25.75 | 14.55 | - |
| YUV | 110.21 | 118.28 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 93 | 0.87 | 0 | 0.42 | 0.38 | 151.3 | 0.77 | 0.35 |
| Hex | 15 | 9F | 5D | 57 | 0 | 2A | 26 | 97 | 4D | 23 |
| Octal | 25 | 237 | 135 | 127 | 0 | 52 | 46 | 227 | 115 | 43 |
| Binary | 10101 | 10011111 | 1011101 | 1010111 | 0 | 101010 | 100110 | 10010111 | 1001101 | 100011 |
Color Harmonies of #159F5D
Complementary color
Monochromatic Colors of #159F5D
Black with #159F5D
Text Example
Text Example
White with #159F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159F5D; }
p { color: rgb(21,159,93); }
H1.HeaderClassName
{
color: #159F5D;
}
.AnyTagClassName
{
color: #159F5D;
}
</style>
background-color css
<style>
a { background-color: #159F5D; }
a { background-color: rgb(21,159,93); }
div.DivClassName
{
background-color: #159F5D;
}
.BgClassName
{
background-color: #159F5D;
}
</style>
border-color css
<style>
span { border-color: #159F5D; }
span { border-color: rgb(21,159,93); }
td.TdClassName
{
border-color: #159F5D;
}
.TagClassName
{
border-color: #159F5D;
}
</style>