Shades of Shamrock #1ADDAA
Tints of Shamrock #1ADDAA
RGB
CMYK
RGB Variations
Color information
#1ADDAA (or 0x1ADDAA) is known color: Shamrock. HEX triplet: 1A, DD and AA. RGB value is (26,221,170). Sum of RGB (Red+Green+Blue) = 26+221+170=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDAA is #E52255. Grayscale: #9C9C9C. Windows color (decimal): -15016534 or 11197722. OLE color: 11197722.
HSL color Cylindrical-coordinate representation of color #1ADDAA: hue angle of 164.31º 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 #1ADDAA is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 170 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.13 |
| HSL | 164.31º | 0.79% | 0.48% | - |
| HSV(B) | 164.31º | 0.88% | 0.87% | - |
| XYZ | 33.54 | 54.83 | 46.85 | - |
| YUV | 156.88 | 135.4 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 170 | 0.88 | 0 | 0.23 | 0.13 | 164.31 | 0.79 | 0.48 |
| Hex | 1A | DD | AA | 58 | 0 | 17 | D | A4 | 4F | 30 |
| Octal | 32 | 335 | 252 | 130 | 0 | 27 | 15 | 244 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101010 | 1011000 | 0 | 10111 | 1101 | 10100100 | 1001111 | 110000 |
Color Harmonies of #1ADDAA
Complementary color
Monochromatic Colors of #1ADDAA
Black with #1ADDAA
Text Example
Text Example
White with #1ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDAA; }
p { color: rgb(26,221,170); }
H1.HeaderClassName
{
color: #1ADDAA;
}
.AnyTagClassName
{
color: #1ADDAA;
}
</style>
background-color css
<style>
a { background-color: #1ADDAA; }
a { background-color: rgb(26,221,170); }
div.DivClassName
{
background-color: #1ADDAA;
}
.BgClassName
{
background-color: #1ADDAA;
}
</style>
border-color css
<style>
span { border-color: #1ADDAA; }
span { border-color: rgb(26,221,170); }
td.TdClassName
{
border-color: #1ADDAA;
}
.TagClassName
{
border-color: #1ADDAA;
}
</style>