Shades of Shamrock Green #159C65
Tints of Shamrock Green #159C65
RGB
CMYK
RGB Variations
Color information
#159C65 (or 0x159C65) is known color: Shamrock Green. HEX triplet: 15, 9C and 65. RGB value is (21,156,101). Sum of RGB (Red+Green+Blue) = 21+156+101=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #159C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C65 is #EA639A. Grayscale: #6D6D6D. Windows color (decimal): -15360923 or 6659093. OLE color: 6659093.
HSL color Cylindrical-coordinate representation of color #159C65: hue angle of 155.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C65 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 101 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.39 |
| HSL | 155.56º | 0.76% | 0.35% | - |
| HSV(B) | 155.56º | 0.87% | 0.61% | - |
| XYZ | 14.55 | 24.88 | 16.35 | - |
| YUV | 109.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 101 | 0.87 | 0 | 0.35 | 0.39 | 155.56 | 0.76 | 0.35 |
| Hex | 15 | 9C | 65 | 57 | 0 | 23 | 27 | 9C | 4C | 23 |
| Octal | 25 | 234 | 145 | 127 | 0 | 43 | 47 | 234 | 114 | 43 |
| Binary | 10101 | 10011100 | 1100101 | 1010111 | 0 | 100011 | 100111 | 10011100 | 1001100 | 100011 |
Color Harmonies of #159C65
Complementary color
Monochromatic Colors of #159C65
Black with #159C65
Text Example
Text Example
White with #159C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C65; }
p { color: rgb(21,156,101); }
H1.HeaderClassName
{
color: #159C65;
}
.AnyTagClassName
{
color: #159C65;
}
</style>
background-color css
<style>
a { background-color: #159C65; }
a { background-color: rgb(21,156,101); }
div.DivClassName
{
background-color: #159C65;
}
.BgClassName
{
background-color: #159C65;
}
</style>
border-color css
<style>
span { border-color: #159C65; }
span { border-color: rgb(21,156,101); }
td.TdClassName
{
border-color: #159C65;
}
.TagClassName
{
border-color: #159C65;
}
</style>