Shades of Shamrock #1AD18B
Tints of Shamrock #1AD18B
RGB
CMYK
RGB Variations
Color information
#1AD18B (or 0x1AD18B) is known color: Shamrock. HEX triplet: 1A, D1 and 8B. RGB value is (26,209,139). Sum of RGB (Red+Green+Blue) = 26+209+139=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD18B is #E52E74. Grayscale: #929292. Windows color (decimal): -15019637 or 9163034. OLE color: 9163034.
HSL color Cylindrical-coordinate representation of color #1AD18B: hue angle of 157.05º 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 #1AD18B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 139 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.18 |
| HSL | 157.05º | 0.78% | 0.46% | - |
| HSV(B) | 157.05º | 0.88% | 0.82% | - |
| XYZ | 27.89 | 47.68 | 32.16 | - |
| YUV | 146.3 | 123.87 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 139 | 0.88 | 0 | 0.33 | 0.18 | 157.05 | 0.78 | 0.46 |
| Hex | 1A | D1 | 8B | 58 | 0 | 21 | 12 | 9D | 4E | 2E |
| Octal | 32 | 321 | 213 | 130 | 0 | 41 | 22 | 235 | 116 | 56 |
| Binary | 11010 | 11010001 | 10001011 | 1011000 | 0 | 100001 | 10010 | 10011101 | 1001110 | 101110 |
Color Harmonies of #1AD18B
Complementary color
Monochromatic Colors of #1AD18B
Black with #1AD18B
Text Example
Text Example
White with #1AD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD18B; }
p { color: rgb(26,209,139); }
H1.HeaderClassName
{
color: #1AD18B;
}
.AnyTagClassName
{
color: #1AD18B;
}
</style>
background-color css
<style>
a { background-color: #1AD18B; }
a { background-color: rgb(26,209,139); }
div.DivClassName
{
background-color: #1AD18B;
}
.BgClassName
{
background-color: #1AD18B;
}
</style>
border-color css
<style>
span { border-color: #1AD18B; }
span { border-color: rgb(26,209,139); }
td.TdClassName
{
border-color: #1AD18B;
}
.TagClassName
{
border-color: #1AD18B;
}
</style>