Shades of Shamrock #1ADDAB
Tints of Shamrock #1ADDAB
RGB
CMYK
RGB Variations
Color information
#1ADDAB (or 0x1ADDAB) is known color: Shamrock. HEX triplet: 1A, DD and AB. RGB value is (26,221,171). Sum of RGB (Red+Green+Blue) = 26+221+171=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDAB is #E52254. Grayscale: #9D9D9D. Windows color (decimal): -15016533 or 11263258. OLE color: 11263258.
HSL color Cylindrical-coordinate representation of color #1ADDAB: hue angle of 164.62º 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 #1ADDAB is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 171 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.13 |
| HSL | 164.62º | 0.79% | 0.48% | - |
| HSV(B) | 164.62º | 0.88% | 0.87% | - |
| XYZ | 33.63 | 54.87 | 47.35 | - |
| YUV | 157 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 171 | 0.88 | 0 | 0.23 | 0.13 | 164.62 | 0.79 | 0.48 |
| Hex | 1A | DD | AB | 58 | 0 | 17 | D | A5 | 4F | 30 |
| Octal | 32 | 335 | 253 | 130 | 0 | 27 | 15 | 245 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101011 | 1011000 | 0 | 10111 | 1101 | 10100101 | 1001111 | 110000 |
Color Harmonies of #1ADDAB
Complementary color
Monochromatic Colors of #1ADDAB
Black with #1ADDAB
Text Example
Text Example
White with #1ADDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDAB; }
p { color: rgb(26,221,171); }
H1.HeaderClassName
{
color: #1ADDAB;
}
.AnyTagClassName
{
color: #1ADDAB;
}
</style>
background-color css
<style>
a { background-color: #1ADDAB; }
a { background-color: rgb(26,221,171); }
div.DivClassName
{
background-color: #1ADDAB;
}
.BgClassName
{
background-color: #1ADDAB;
}
</style>
border-color css
<style>
span { border-color: #1ADDAB; }
span { border-color: rgb(26,221,171); }
td.TdClassName
{
border-color: #1ADDAB;
}
.TagClassName
{
border-color: #1ADDAB;
}
</style>