Shades of Shamrock Green #10AA60
Tints of Shamrock Green #10AA60
RGB
CMYK
RGB Variations
Color information
#10AA60 (or 0x10AA60) is known color: Shamrock Green. HEX triplet: 10, AA and 60. RGB value is (16,170,96). Sum of RGB (Red+Green+Blue) = 16+170+96=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA60 is #EF559F. Grayscale: #737373. Windows color (decimal): -15685024 or 6334992. OLE color: 6334992.
HSL color Cylindrical-coordinate representation of color #10AA60: hue angle of 151.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA60 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 96 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.33 |
| HSL | 151.17º | 0.83% | 0.36% | - |
| HSV(B) | 151.17º | 0.91% | 0.67% | - |
| XYZ | 16.7 | 29.7 | 15.92 | - |
| YUV | 115.52 | 116.98 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 96 | 0.91 | 0 | 0.44 | 0.33 | 151.17 | 0.83 | 0.36 |
| Hex | 10 | AA | 60 | 5B | 0 | 2C | 21 | 97 | 53 | 24 |
| Octal | 20 | 252 | 140 | 133 | 0 | 54 | 41 | 227 | 123 | 44 |
| Binary | 10000 | 10101010 | 1100000 | 1011011 | 0 | 101100 | 100001 | 10010111 | 1010011 | 100100 |
Color Harmonies of #10AA60
Complementary color
Monochromatic Colors of #10AA60
Black with #10AA60
Text Example
Text Example
White with #10AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA60; }
p { color: rgb(16,170,96); }
H1.HeaderClassName
{
color: #10AA60;
}
.AnyTagClassName
{
color: #10AA60;
}
</style>
background-color css
<style>
a { background-color: #10AA60; }
a { background-color: rgb(16,170,96); }
div.DivClassName
{
background-color: #10AA60;
}
.BgClassName
{
background-color: #10AA60;
}
</style>
border-color css
<style>
span { border-color: #10AA60; }
span { border-color: rgb(16,170,96); }
td.TdClassName
{
border-color: #10AA60;
}
.TagClassName
{
border-color: #10AA60;
}
</style>