Shades of Shamrock #1ADB9E
Tints of Shamrock #1ADB9E
RGB
CMYK
RGB Variations
Color information
#1ADB9E (or 0x1ADB9E) is known color: Shamrock. HEX triplet: 1A, DB and 9E. RGB value is (26,219,158). Sum of RGB (Red+Green+Blue) = 26+219+158=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADB9E is #E52461. Grayscale: #9A9A9A. Windows color (decimal): -15017058 or 10410778. OLE color: 10410778.
HSL color Cylindrical-coordinate representation of color #1ADB9E: hue angle of 161.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB9E is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 158 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.14 |
| HSL | 161.04º | 0.79% | 0.48% | - |
| HSV(B) | 161.04º | 0.88% | 0.86% | - |
| XYZ | 31.93 | 53.35 | 40.96 | - |
| YUV | 154.34 | 130.06 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 158 | 0.88 | 0 | 0.28 | 0.14 | 161.04 | 0.79 | 0.48 |
| Hex | 1A | DB | 9E | 58 | 0 | 1C | E | A1 | 4F | 30 |
| Octal | 32 | 333 | 236 | 130 | 0 | 34 | 16 | 241 | 117 | 60 |
| Binary | 11010 | 11011011 | 10011110 | 1011000 | 0 | 11100 | 1110 | 10100001 | 1001111 | 110000 |
Color Harmonies of #1ADB9E
Complementary color
Monochromatic Colors of #1ADB9E
Black with #1ADB9E
Text Example
Text Example
White with #1ADB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB9E; }
p { color: rgb(26,219,158); }
H1.HeaderClassName
{
color: #1ADB9E;
}
.AnyTagClassName
{
color: #1ADB9E;
}
</style>
background-color css
<style>
a { background-color: #1ADB9E; }
a { background-color: rgb(26,219,158); }
div.DivClassName
{
background-color: #1ADB9E;
}
.BgClassName
{
background-color: #1ADB9E;
}
</style>
border-color css
<style>
span { border-color: #1ADB9E; }
span { border-color: rgb(26,219,158); }
td.TdClassName
{
border-color: #1ADB9E;
}
.TagClassName
{
border-color: #1ADB9E;
}
</style>