Shades of Shamrock Green #15A068
Tints of Shamrock Green #15A068
RGB
CMYK
RGB Variations
Color information
#15A068 (or 0x15A068) is known color: Shamrock Green. HEX triplet: 15, A0 and 68. RGB value is (21,160,104). Sum of RGB (Red+Green+Blue) = 21+160+104=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #15A068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A068 is #EA5F97. Grayscale: #707070. Windows color (decimal): -15359896 or 6856725. OLE color: 6856725.
HSL color Cylindrical-coordinate representation of color #15A068: hue angle of 155.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A068 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 104 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.37 |
| HSL | 155.83º | 0.77% | 0.35% | - |
| HSV(B) | 155.83º | 0.87% | 0.63% | - |
| XYZ | 15.38 | 26.3 | 17.36 | - |
| YUV | 112.06 | 123.45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 104 | 0.87 | 0 | 0.35 | 0.37 | 155.83 | 0.77 | 0.35 |
| Hex | 15 | A0 | 68 | 57 | 0 | 23 | 25 | 9C | 4D | 23 |
| Octal | 25 | 240 | 150 | 127 | 0 | 43 | 45 | 234 | 115 | 43 |
| Binary | 10101 | 10100000 | 1101000 | 1010111 | 0 | 100011 | 100101 | 10011100 | 1001101 | 100011 |
Color Harmonies of #15A068
Complementary color
Monochromatic Colors of #15A068
Black with #15A068
Text Example
Text Example
White with #15A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A068; }
p { color: rgb(21,160,104); }
H1.HeaderClassName
{
color: #15A068;
}
.AnyTagClassName
{
color: #15A068;
}
</style>
background-color css
<style>
a { background-color: #15A068; }
a { background-color: rgb(21,160,104); }
div.DivClassName
{
background-color: #15A068;
}
.BgClassName
{
background-color: #15A068;
}
</style>
border-color css
<style>
span { border-color: #15A068; }
span { border-color: rgb(21,160,104); }
td.TdClassName
{
border-color: #15A068;
}
.TagClassName
{
border-color: #15A068;
}
</style>