Shades of Shamrock #1ADDA8
Tints of Shamrock #1ADDA8
RGB
CMYK
RGB Variations
Color information
#1ADDA8 (or 0x1ADDA8) is known color: Shamrock. HEX triplet: 1A, DD and A8. RGB value is (26,221,168). Sum of RGB (Red+Green+Blue) = 26+221+168=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDA8 is #E52257. Grayscale: #9C9C9C. Windows color (decimal): -15016536 or 11066650. OLE color: 11066650.
HSL color Cylindrical-coordinate representation of color #1ADDA8: hue angle of 163.69º 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 #1ADDA8 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 168 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.13 |
| HSL | 163.69º | 0.79% | 0.48% | - |
| HSV(B) | 163.69º | 0.88% | 0.87% | - |
| XYZ | 33.35 | 54.76 | 45.86 | - |
| YUV | 156.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 168 | 0.88 | 0 | 0.24 | 0.13 | 163.69 | 0.79 | 0.48 |
| Hex | 1A | DD | A8 | 58 | 0 | 18 | D | A4 | 4F | 30 |
| Octal | 32 | 335 | 250 | 130 | 0 | 30 | 15 | 244 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101000 | 1011000 | 0 | 11000 | 1101 | 10100100 | 1001111 | 110000 |
Color Harmonies of #1ADDA8
Complementary color
Monochromatic Colors of #1ADDA8
Black with #1ADDA8
Text Example
Text Example
White with #1ADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDA8; }
p { color: rgb(26,221,168); }
H1.HeaderClassName
{
color: #1ADDA8;
}
.AnyTagClassName
{
color: #1ADDA8;
}
</style>
background-color css
<style>
a { background-color: #1ADDA8; }
a { background-color: rgb(26,221,168); }
div.DivClassName
{
background-color: #1ADDA8;
}
.BgClassName
{
background-color: #1ADDA8;
}
</style>
border-color css
<style>
span { border-color: #1ADDA8; }
span { border-color: rgb(26,221,168); }
td.TdClassName
{
border-color: #1ADDA8;
}
.TagClassName
{
border-color: #1ADDA8;
}
</style>