Shades of Shamrock #1AD18D
Tints of Shamrock #1AD18D
RGB
CMYK
RGB Variations
Color information
#1AD18D (or 0x1AD18D) is known color: Shamrock. HEX triplet: 1A, D1 and 8D. RGB value is (26,209,141). Sum of RGB (Red+Green+Blue) = 26+209+141=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD18D is #E52E72. Grayscale: #929292. Windows color (decimal): -15019635 or 9294106. OLE color: 9294106.
HSL color Cylindrical-coordinate representation of color #1AD18D: hue angle of 157.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD18D is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 141 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.18 |
| HSL | 157.7º | 0.78% | 0.46% | - |
| HSV(B) | 157.7º | 0.88% | 0.82% | - |
| XYZ | 28.03 | 47.74 | 32.94 | - |
| YUV | 146.53 | 124.87 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 141 | 0.88 | 0 | 0.33 | 0.18 | 157.7 | 0.78 | 0.46 |
| Hex | 1A | D1 | 8D | 58 | 0 | 21 | 12 | 9E | 4E | 2E |
| Octal | 32 | 321 | 215 | 130 | 0 | 41 | 22 | 236 | 116 | 56 |
| Binary | 11010 | 11010001 | 10001101 | 1011000 | 0 | 100001 | 10010 | 10011110 | 1001110 | 101110 |
Color Harmonies of #1AD18D
Complementary color
Monochromatic Colors of #1AD18D
Black with #1AD18D
Text Example
Text Example
White with #1AD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD18D; }
p { color: rgb(26,209,141); }
H1.HeaderClassName
{
color: #1AD18D;
}
.AnyTagClassName
{
color: #1AD18D;
}
</style>
background-color css
<style>
a { background-color: #1AD18D; }
a { background-color: rgb(26,209,141); }
div.DivClassName
{
background-color: #1AD18D;
}
.BgClassName
{
background-color: #1AD18D;
}
</style>
border-color css
<style>
span { border-color: #1AD18D; }
span { border-color: rgb(26,209,141); }
td.TdClassName
{
border-color: #1AD18D;
}
.TagClassName
{
border-color: #1AD18D;
}
</style>