Shades of Shamrock Green #06A159
Tints of Shamrock Green #06A159
RGB
CMYK
RGB Variations
Color information
#06A159 (or 0x06A159) is known color: Shamrock Green. HEX triplet: 06, A1 and 59. RGB value is (6,161,89). Sum of RGB (Red+Green+Blue) = 6+161+89=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #06A159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A159 is #F95EA6. Grayscale: #6A6A6A. Windows color (decimal): -16342695 or 5873926. OLE color: 5873926.
HSL color Cylindrical-coordinate representation of color #06A159: hue angle of 152.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A159 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 89 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.37 |
| HSL | 152.13º | 0.93% | 0.33% | - |
| HSV(B) | 152.13º | 0.96% | 0.63% | - |
| XYZ | 14.62 | 26.25 | 13.75 | - |
| YUV | 106.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 89 | 0.96 | 0 | 0.45 | 0.37 | 152.13 | 0.93 | 0.33 |
| Hex | 6 | A1 | 59 | 60 | 0 | 2D | 25 | 98 | 5D | 21 |
| Octal | 6 | 241 | 131 | 140 | 0 | 55 | 45 | 230 | 135 | 41 |
| Binary | 110 | 10100001 | 1011001 | 1100000 | 0 | 101101 | 100101 | 10011000 | 1011101 | 100001 |
Color Harmonies of #06A159
Complementary color
Monochromatic Colors of #06A159
Black with #06A159
Text Example
Text Example
White with #06A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A159; }
p { color: rgb(6,161,89); }
H1.HeaderClassName
{
color: #06A159;
}
.AnyTagClassName
{
color: #06A159;
}
</style>
background-color css
<style>
a { background-color: #06A159; }
a { background-color: rgb(6,161,89); }
div.DivClassName
{
background-color: #06A159;
}
.BgClassName
{
background-color: #06A159;
}
</style>
border-color css
<style>
span { border-color: #06A159; }
span { border-color: rgb(6,161,89); }
td.TdClassName
{
border-color: #06A159;
}
.TagClassName
{
border-color: #06A159;
}
</style>