Shades of Shamrock Green #1AA863
Tints of Shamrock Green #1AA863
RGB
CMYK
RGB Variations
Color information
#1AA863 (or 0x1AA863) is known color: Shamrock Green. HEX triplet: 1A, A8 and 63. RGB value is (26,168,99). Sum of RGB (Red+Green+Blue) = 26+168+99=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA863 is #E5579C. Grayscale: #757575. Windows color (decimal): -15030173 or 6531098. OLE color: 6531098.
HSL color Cylindrical-coordinate representation of color #1AA863: hue angle of 150.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA863 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 99 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.34 |
| HSL | 150.85º | 0.73% | 0.38% | - |
| HSV(B) | 150.85º | 0.85% | 0.66% | - |
| XYZ | 16.68 | 29.13 | 16.55 | - |
| YUV | 117.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 99 | 0.85 | 0 | 0.41 | 0.34 | 150.85 | 0.73 | 0.38 |
| Hex | 1A | A8 | 63 | 55 | 0 | 29 | 22 | 97 | 49 | 26 |
| Octal | 32 | 250 | 143 | 125 | 0 | 51 | 42 | 227 | 111 | 46 |
| Binary | 11010 | 10101000 | 1100011 | 1010101 | 0 | 101001 | 100010 | 10010111 | 1001001 | 100110 |
Color Harmonies of #1AA863
Complementary color
Monochromatic Colors of #1AA863
Black with #1AA863
Text Example
Text Example
White with #1AA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA863; }
p { color: rgb(26,168,99); }
H1.HeaderClassName
{
color: #1AA863;
}
.AnyTagClassName
{
color: #1AA863;
}
</style>
background-color css
<style>
a { background-color: #1AA863; }
a { background-color: rgb(26,168,99); }
div.DivClassName
{
background-color: #1AA863;
}
.BgClassName
{
background-color: #1AA863;
}
</style>
border-color css
<style>
span { border-color: #1AA863; }
span { border-color: rgb(26,168,99); }
td.TdClassName
{
border-color: #1AA863;
}
.TagClassName
{
border-color: #1AA863;
}
</style>