Shades of Shamrock #1AD1A0
Tints of Shamrock #1AD1A0
RGB
CMYK
RGB Variations
Color information
#1AD1A0 (or 0x1AD1A0) is known color: Shamrock. HEX triplet: 1A, D1 and A0. RGB value is (26,209,160). Sum of RGB (Red+Green+Blue) = 26+209+160=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD1A0 is #E52E5F. Grayscale: #949494. Windows color (decimal): -15019616 or 10539290. OLE color: 10539290.
HSL color Cylindrical-coordinate representation of color #1AD1A0: hue angle of 163.93º 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 #1AD1A0 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 160 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.18 |
| HSL | 163.93º | 0.78% | 0.46% | - |
| HSV(B) | 163.93º | 0.88% | 0.82% | - |
| XYZ | 29.57 | 48.36 | 41.03 | - |
| YUV | 148.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 160 | 0.88 | 0 | 0.23 | 0.18 | 163.93 | 0.78 | 0.46 |
| Hex | 1A | D1 | A0 | 58 | 0 | 17 | 12 | A4 | 4E | 2E |
| Octal | 32 | 321 | 240 | 130 | 0 | 27 | 22 | 244 | 116 | 56 |
| Binary | 11010 | 11010001 | 10100000 | 1011000 | 0 | 10111 | 10010 | 10100100 | 1001110 | 101110 |
Color Harmonies of #1AD1A0
Complementary color
Monochromatic Colors of #1AD1A0
Black with #1AD1A0
Text Example
Text Example
White with #1AD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD1A0; }
p { color: rgb(26,209,160); }
H1.HeaderClassName
{
color: #1AD1A0;
}
.AnyTagClassName
{
color: #1AD1A0;
}
</style>
background-color css
<style>
a { background-color: #1AD1A0; }
a { background-color: rgb(26,209,160); }
div.DivClassName
{
background-color: #1AD1A0;
}
.BgClassName
{
background-color: #1AD1A0;
}
</style>
border-color css
<style>
span { border-color: #1AD1A0; }
span { border-color: rgb(26,209,160); }
td.TdClassName
{
border-color: #1AD1A0;
}
.TagClassName
{
border-color: #1AD1A0;
}
</style>