Shades of Shamrock Green #10A660
Tints of Shamrock Green #10A660
RGB
CMYK
RGB Variations
Color information
#10A660 (or 0x10A660) is known color: Shamrock Green. HEX triplet: 10, A6 and 60. RGB value is (16,166,96). Sum of RGB (Red+Green+Blue) = 16+166+96=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #10A660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A660 is #EF599F. Grayscale: #717171. Windows color (decimal): -15686048 or 6333968. OLE color: 6333968.
HSL color Cylindrical-coordinate representation of color #10A660: hue angle of 152º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A660 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 96 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.35 |
| HSL | 152º | 0.82% | 0.36% | - |
| HSV(B) | 152º | 0.9% | 0.65% | - |
| XYZ | 15.96 | 28.23 | 15.67 | - |
| YUV | 113.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 96 | 0.90 | 0 | 0.42 | 0.35 | 152 | 0.82 | 0.36 |
| Hex | 10 | A6 | 60 | 5A | 0 | 2A | 23 | 98 | 52 | 24 |
| Octal | 20 | 246 | 140 | 132 | 0 | 52 | 43 | 230 | 122 | 44 |
| Binary | 10000 | 10100110 | 1100000 | 1011010 | 0 | 101010 | 100011 | 10011000 | 1010010 | 100100 |
Color Harmonies of #10A660
Complementary color
Monochromatic Colors of #10A660
Black with #10A660
Text Example
Text Example
White with #10A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A660; }
p { color: rgb(16,166,96); }
H1.HeaderClassName
{
color: #10A660;
}
.AnyTagClassName
{
color: #10A660;
}
</style>
background-color css
<style>
a { background-color: #10A660; }
a { background-color: rgb(16,166,96); }
div.DivClassName
{
background-color: #10A660;
}
.BgClassName
{
background-color: #10A660;
}
</style>
border-color css
<style>
span { border-color: #10A660; }
span { border-color: rgb(16,166,96); }
td.TdClassName
{
border-color: #10A660;
}
.TagClassName
{
border-color: #10A660;
}
</style>