Shades of Shamrock #1AD9A0
Tints of Shamrock #1AD9A0
RGB
CMYK
RGB Variations
Color information
#1AD9A0 (or 0x1AD9A0) is known color: Shamrock. HEX triplet: 1A, D9 and A0. RGB value is (26,217,160). Sum of RGB (Red+Green+Blue) = 26+217+160=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD9A0 is #E5265F. Grayscale: #999999. Windows color (decimal): -15017568 or 10541338. OLE color: 10541338.
HSL color Cylindrical-coordinate representation of color #1AD9A0: hue angle of 162.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9A0 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 160 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.15 |
| HSL | 162.09º | 0.79% | 0.48% | - |
| HSV(B) | 162.09º | 0.88% | 0.85% | - |
| XYZ | 31.58 | 52.38 | 41.7 | - |
| YUV | 153.39 | 131.72 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 160 | 0.88 | 0 | 0.26 | 0.15 | 162.09 | 0.79 | 0.48 |
| Hex | 1A | D9 | A0 | 58 | 0 | 1A | F | A2 | 4F | 30 |
| Octal | 32 | 331 | 240 | 130 | 0 | 32 | 17 | 242 | 117 | 60 |
| Binary | 11010 | 11011001 | 10100000 | 1011000 | 0 | 11010 | 1111 | 10100010 | 1001111 | 110000 |
Color Harmonies of #1AD9A0
Complementary color
Monochromatic Colors of #1AD9A0
Black with #1AD9A0
Text Example
Text Example
White with #1AD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9A0; }
p { color: rgb(26,217,160); }
H1.HeaderClassName
{
color: #1AD9A0;
}
.AnyTagClassName
{
color: #1AD9A0;
}
</style>
background-color css
<style>
a { background-color: #1AD9A0; }
a { background-color: rgb(26,217,160); }
div.DivClassName
{
background-color: #1AD9A0;
}
.BgClassName
{
background-color: #1AD9A0;
}
</style>
border-color css
<style>
span { border-color: #1AD9A0; }
span { border-color: rgb(26,217,160); }
td.TdClassName
{
border-color: #1AD9A0;
}
.TagClassName
{
border-color: #1AD9A0;
}
</style>