Shades of Shamrock Green #1AA465
Tints of Shamrock Green #1AA465
RGB
CMYK
RGB Variations
Color information
#1AA465 (or 0x1AA465) is known color: Shamrock Green. HEX triplet: 1A, A4 and 65. RGB value is (26,164,101). Sum of RGB (Red+Green+Blue) = 26+164+101=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA465 is #E55B9A. Grayscale: #737373. Windows color (decimal): -15031195 or 6661146. OLE color: 6661146.
HSL color Cylindrical-coordinate representation of color #1AA465: hue angle of 152.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA465 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 164 | 101 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.36 |
| HSL | 152.61º | 0.73% | 0.37% | - |
| HSV(B) | 152.61º | 0.84% | 0.64% | - |
| XYZ | 16.05 | 27.71 | 16.81 | - |
| YUV | 115.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 164 | 101 | 0.84 | 0 | 0.38 | 0.36 | 152.61 | 0.73 | 0.37 |
| Hex | 1A | A4 | 65 | 54 | 0 | 26 | 24 | 99 | 49 | 25 |
| Octal | 32 | 244 | 145 | 124 | 0 | 46 | 44 | 231 | 111 | 45 |
| Binary | 11010 | 10100100 | 1100101 | 1010100 | 0 | 100110 | 100100 | 10011001 | 1001001 | 100101 |
Color Harmonies of #1AA465
Complementary color
Monochromatic Colors of #1AA465
Black with #1AA465
Text Example
Text Example
White with #1AA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA465; }
p { color: rgb(26,164,101); }
H1.HeaderClassName
{
color: #1AA465;
}
.AnyTagClassName
{
color: #1AA465;
}
</style>
background-color css
<style>
a { background-color: #1AA465; }
a { background-color: rgb(26,164,101); }
div.DivClassName
{
background-color: #1AA465;
}
.BgClassName
{
background-color: #1AA465;
}
</style>
border-color css
<style>
span { border-color: #1AA465; }
span { border-color: rgb(26,164,101); }
td.TdClassName
{
border-color: #1AA465;
}
.TagClassName
{
border-color: #1AA465;
}
</style>