Shades of Shamrock #1AD19C
Tints of Shamrock #1AD19C
RGB
CMYK
RGB Variations
Color information
#1AD19C (or 0x1AD19C) is known color: Shamrock. HEX triplet: 1A, D1 and 9C. RGB value is (26,209,156). Sum of RGB (Red+Green+Blue) = 26+209+156=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD19C is #E52E63. Grayscale: #949494. Windows color (decimal): -15019620 or 10277146. OLE color: 10277146.
HSL color Cylindrical-coordinate representation of color #1AD19C: hue angle of 162.62º 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 #1AD19C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 156 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.18 |
| HSL | 162.62º | 0.78% | 0.46% | - |
| HSV(B) | 162.62º | 0.88% | 0.82% | - |
| XYZ | 29.23 | 48.22 | 39.22 | - |
| YUV | 148.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 156 | 0.88 | 0 | 0.25 | 0.18 | 162.62 | 0.78 | 0.46 |
| Hex | 1A | D1 | 9C | 58 | 0 | 19 | 12 | A3 | 4E | 2E |
| Octal | 32 | 321 | 234 | 130 | 0 | 31 | 22 | 243 | 116 | 56 |
| Binary | 11010 | 11010001 | 10011100 | 1011000 | 0 | 11001 | 10010 | 10100011 | 1001110 | 101110 |
Color Harmonies of #1AD19C
Complementary color
Monochromatic Colors of #1AD19C
Black with #1AD19C
Text Example
Text Example
White with #1AD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD19C; }
p { color: rgb(26,209,156); }
H1.HeaderClassName
{
color: #1AD19C;
}
.AnyTagClassName
{
color: #1AD19C;
}
</style>
background-color css
<style>
a { background-color: #1AD19C; }
a { background-color: rgb(26,209,156); }
div.DivClassName
{
background-color: #1AD19C;
}
.BgClassName
{
background-color: #1AD19C;
}
</style>
border-color css
<style>
span { border-color: #1AD19C; }
span { border-color: rgb(26,209,156); }
td.TdClassName
{
border-color: #1AD19C;
}
.TagClassName
{
border-color: #1AD19C;
}
</style>