Shades of Shamrock Green #159A5C
Tints of Shamrock Green #159A5C
RGB
CMYK
RGB Variations
Color information
#159A5C (or 0x159A5C) is known color: Shamrock Green. HEX triplet: 15, 9A and 5C. RGB value is (21,154,92). Sum of RGB (Red+Green+Blue) = 21+154+92=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #159A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159A5C is #EA65A3. Grayscale: #6B6B6B. Windows color (decimal): -15361444 or 6068757. OLE color: 6068757.
HSL color Cylindrical-coordinate representation of color #159A5C: hue angle of 152.03º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A5C is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 154 | 92 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.40 |
| HSL | 152.03º | 0.76% | 0.34% | - |
| HSV(B) | 152.03º | 0.86% | 0.6% | - |
| XYZ | 13.8 | 24.04 | 14.04 | - |
| YUV | 107.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 92 | 0.86 | 0 | 0.40 | 0.40 | 152.03 | 0.76 | 0.34 |
| Hex | 15 | 9A | 5C | 56 | 0 | 28 | 28 | 98 | 4C | 22 |
| Octal | 25 | 232 | 134 | 126 | 0 | 50 | 50 | 230 | 114 | 42 |
| Binary | 10101 | 10011010 | 1011100 | 1010110 | 0 | 101000 | 101000 | 10011000 | 1001100 | 100010 |
Color Harmonies of #159A5C
Complementary color
Monochromatic Colors of #159A5C
Black with #159A5C
Text Example
Text Example
White with #159A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159A5C; }
p { color: rgb(21,154,92); }
H1.HeaderClassName
{
color: #159A5C;
}
.AnyTagClassName
{
color: #159A5C;
}
</style>
background-color css
<style>
a { background-color: #159A5C; }
a { background-color: rgb(21,154,92); }
div.DivClassName
{
background-color: #159A5C;
}
.BgClassName
{
background-color: #159A5C;
}
</style>
border-color css
<style>
span { border-color: #159A5C; }
span { border-color: rgb(21,154,92); }
td.TdClassName
{
border-color: #159A5C;
}
.TagClassName
{
border-color: #159A5C;
}
</style>