Shades of Shamrock #1ADD9C
Tints of Shamrock #1ADD9C
RGB
CMYK
RGB Variations
Color information
#1ADD9C (or 0x1ADD9C) is known color: Shamrock. HEX triplet: 1A, DD and 9C. RGB value is (26,221,156). Sum of RGB (Red+Green+Blue) = 26+221+156=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADD9C is #E52263. Grayscale: #9B9B9B. Windows color (decimal): -15016548 or 10280218. OLE color: 10280218.
HSL color Cylindrical-coordinate representation of color #1ADD9C: hue angle of 160º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD9C is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 156 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.13 |
| HSL | 160º | 0.79% | 0.48% | - |
| HSV(B) | 160º | 0.88% | 0.87% | - |
| XYZ | 32.28 | 54.33 | 40.24 | - |
| YUV | 155.29 | 128.4 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 156 | 0.88 | 0 | 0.29 | 0.13 | 160 | 0.79 | 0.48 |
| Hex | 1A | DD | 9C | 58 | 0 | 1D | D | A0 | 4F | 30 |
| Octal | 32 | 335 | 234 | 130 | 0 | 35 | 15 | 240 | 117 | 60 |
| Binary | 11010 | 11011101 | 10011100 | 1011000 | 0 | 11101 | 1101 | 10100000 | 1001111 | 110000 |
Color Harmonies of #1ADD9C
Complementary color
Monochromatic Colors of #1ADD9C
Black with #1ADD9C
Text Example
Text Example
White with #1ADD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD9C; }
p { color: rgb(26,221,156); }
H1.HeaderClassName
{
color: #1ADD9C;
}
.AnyTagClassName
{
color: #1ADD9C;
}
</style>
background-color css
<style>
a { background-color: #1ADD9C; }
a { background-color: rgb(26,221,156); }
div.DivClassName
{
background-color: #1ADD9C;
}
.BgClassName
{
background-color: #1ADD9C;
}
</style>
border-color css
<style>
span { border-color: #1ADD9C; }
span { border-color: rgb(26,221,156); }
td.TdClassName
{
border-color: #1ADD9C;
}
.TagClassName
{
border-color: #1ADD9C;
}
</style>