Shades of Shamrock Green #159E5E
Tints of Shamrock Green #159E5E
RGB
CMYK
RGB Variations
Color information
#159E5E (or 0x159E5E) is known color: Shamrock Green. HEX triplet: 15, 9E and 5E. RGB value is (21,158,94). Sum of RGB (Red+Green+Blue) = 21+158+94=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #159E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E5E is #EA61A1. Grayscale: #6D6D6D. Windows color (decimal): -15360418 or 6200853. OLE color: 6200853.
HSL color Cylindrical-coordinate representation of color #159E5E: hue angle of 151.97º 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 #159E5E is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 158 | 94 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.38 |
| HSL | 151.97º | 0.77% | 0.35% | - |
| HSV(B) | 151.97º | 0.87% | 0.62% | - |
| XYZ | 14.56 | 25.42 | 14.73 | - |
| YUV | 109.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 94 | 0.87 | 0 | 0.41 | 0.38 | 151.97 | 0.77 | 0.35 |
| Hex | 15 | 9E | 5E | 57 | 0 | 29 | 26 | 98 | 4D | 23 |
| Octal | 25 | 236 | 136 | 127 | 0 | 51 | 46 | 230 | 115 | 43 |
| Binary | 10101 | 10011110 | 1011110 | 1010111 | 0 | 101001 | 100110 | 10011000 | 1001101 | 100011 |
Color Harmonies of #159E5E
Complementary color
Monochromatic Colors of #159E5E
Black with #159E5E
Text Example
Text Example
White with #159E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159E5E; }
p { color: rgb(21,158,94); }
H1.HeaderClassName
{
color: #159E5E;
}
.AnyTagClassName
{
color: #159E5E;
}
</style>
background-color css
<style>
a { background-color: #159E5E; }
a { background-color: rgb(21,158,94); }
div.DivClassName
{
background-color: #159E5E;
}
.BgClassName
{
background-color: #159E5E;
}
</style>
border-color css
<style>
span { border-color: #159E5E; }
span { border-color: rgb(21,158,94); }
td.TdClassName
{
border-color: #159E5E;
}
.TagClassName
{
border-color: #159E5E;
}
</style>