Shades of Shamrock #1ADEA0
Tints of Shamrock #1ADEA0
RGB
CMYK
RGB Variations
Color information
#1ADEA0 (or 0x1ADEA0) is known color: Shamrock. HEX triplet: 1A, DE and A0. RGB value is (26,222,160). Sum of RGB (Red+Green+Blue) = 26+222+160=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADEA0 is #E5215F. Grayscale: #9C9C9C. Windows color (decimal): -15016288 or 10542618. OLE color: 10542618.
HSL color Cylindrical-coordinate representation of color #1ADEA0: hue angle of 161.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADEA0 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 160 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.13 |
| HSL | 161.02º | 0.79% | 0.49% | - |
| HSV(B) | 161.02º | 0.88% | 0.87% | - |
| XYZ | 32.89 | 55 | 42.14 | - |
| YUV | 156.33 | 130.07 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 160 | 0.88 | 0 | 0.28 | 0.13 | 161.02 | 0.79 | 0.49 |
| Hex | 1A | DE | A0 | 58 | 0 | 1C | D | A1 | 4F | 31 |
| Octal | 32 | 336 | 240 | 130 | 0 | 34 | 15 | 241 | 117 | 61 |
| Binary | 11010 | 11011110 | 10100000 | 1011000 | 0 | 11100 | 1101 | 10100001 | 1001111 | 110001 |
Color Harmonies of #1ADEA0
Complementary color
Monochromatic Colors of #1ADEA0
Black with #1ADEA0
Text Example
Text Example
White with #1ADEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEA0; }
p { color: rgb(26,222,160); }
H1.HeaderClassName
{
color: #1ADEA0;
}
.AnyTagClassName
{
color: #1ADEA0;
}
</style>
background-color css
<style>
a { background-color: #1ADEA0; }
a { background-color: rgb(26,222,160); }
div.DivClassName
{
background-color: #1ADEA0;
}
.BgClassName
{
background-color: #1ADEA0;
}
</style>
border-color css
<style>
span { border-color: #1ADEA0; }
span { border-color: rgb(26,222,160); }
td.TdClassName
{
border-color: #1ADEA0;
}
.TagClassName
{
border-color: #1ADEA0;
}
</style>