Shades of Shamrock Green #159D65
Tints of Shamrock Green #159D65
RGB
CMYK
RGB Variations
Color information
#159D65 (or 0x159D65) is known color: Shamrock Green. HEX triplet: 15, 9D and 65. RGB value is (21,157,101). Sum of RGB (Red+Green+Blue) = 21+157+101=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #159D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159D65 is #EA629A. Grayscale: #6E6E6E. Windows color (decimal): -15360667 or 6659349. OLE color: 6659349.
HSL color Cylindrical-coordinate representation of color #159D65: hue angle of 155.29º degrees, saturation: 0.76, 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 #159D65 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 157 | 101 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.38 |
| HSL | 155.29º | 0.76% | 0.35% | - |
| HSV(B) | 155.29º | 0.87% | 0.62% | - |
| XYZ | 14.72 | 25.21 | 16.4 | - |
| YUV | 109.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 101 | 0.87 | 0 | 0.36 | 0.38 | 155.29 | 0.76 | 0.35 |
| Hex | 15 | 9D | 65 | 57 | 0 | 24 | 26 | 9B | 4C | 23 |
| Octal | 25 | 235 | 145 | 127 | 0 | 44 | 46 | 233 | 114 | 43 |
| Binary | 10101 | 10011101 | 1100101 | 1010111 | 0 | 100100 | 100110 | 10011011 | 1001100 | 100011 |
Color Harmonies of #159D65
Complementary color
Monochromatic Colors of #159D65
Black with #159D65
Text Example
Text Example
White with #159D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159D65; }
p { color: rgb(21,157,101); }
H1.HeaderClassName
{
color: #159D65;
}
.AnyTagClassName
{
color: #159D65;
}
</style>
background-color css
<style>
a { background-color: #159D65; }
a { background-color: rgb(21,157,101); }
div.DivClassName
{
background-color: #159D65;
}
.BgClassName
{
background-color: #159D65;
}
</style>
border-color css
<style>
span { border-color: #159D65; }
span { border-color: rgb(21,157,101); }
td.TdClassName
{
border-color: #159D65;
}
.TagClassName
{
border-color: #159D65;
}
</style>