Shades of Shamrock #1AD19B
Tints of Shamrock #1AD19B
RGB
CMYK
RGB Variations
Color information
#1AD19B (or 0x1AD19B) is known color: Shamrock. HEX triplet: 1A, D1 and 9B. RGB value is (26,209,155). Sum of RGB (Red+Green+Blue) = 26+209+155=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD19B is #E52E64. Grayscale: #949494. Windows color (decimal): -15019621 or 10211610. OLE color: 10211610.
HSL color Cylindrical-coordinate representation of color #1AD19B: hue angle of 162.3º 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 #1AD19B is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 155 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.18 |
| HSL | 162.3º | 0.78% | 0.46% | - |
| HSV(B) | 162.3º | 0.88% | 0.82% | - |
| XYZ | 29.14 | 48.19 | 38.78 | - |
| YUV | 148.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 155 | 0.88 | 0 | 0.26 | 0.18 | 162.3 | 0.78 | 0.46 |
| Hex | 1A | D1 | 9B | 58 | 0 | 1A | 12 | A2 | 4E | 2E |
| Octal | 32 | 321 | 233 | 130 | 0 | 32 | 22 | 242 | 116 | 56 |
| Binary | 11010 | 11010001 | 10011011 | 1011000 | 0 | 11010 | 10010 | 10100010 | 1001110 | 101110 |
Color Harmonies of #1AD19B
Complementary color
Monochromatic Colors of #1AD19B
Black with #1AD19B
Text Example
Text Example
White with #1AD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD19B; }
p { color: rgb(26,209,155); }
H1.HeaderClassName
{
color: #1AD19B;
}
.AnyTagClassName
{
color: #1AD19B;
}
</style>
background-color css
<style>
a { background-color: #1AD19B; }
a { background-color: rgb(26,209,155); }
div.DivClassName
{
background-color: #1AD19B;
}
.BgClassName
{
background-color: #1AD19B;
}
</style>
border-color css
<style>
span { border-color: #1AD19B; }
span { border-color: rgb(26,209,155); }
td.TdClassName
{
border-color: #1AD19B;
}
.TagClassName
{
border-color: #1AD19B;
}
</style>