Shades of Shamrock #1AD29E
Tints of Shamrock #1AD29E
RGB
CMYK
RGB Variations
Color information
#1AD29E (or 0x1AD29E) is known color: Shamrock. HEX triplet: 1A, D2 and 9E. RGB value is (26,210,158). Sum of RGB (Red+Green+Blue) = 26+210+158=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD29E is #E52D61. Grayscale: #959595. Windows color (decimal): -15019362 or 10408474. OLE color: 10408474.
HSL color Cylindrical-coordinate representation of color #1AD29E: hue angle of 163.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD29E is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 158 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.18 |
| HSL | 163.04º | 0.78% | 0.46% | - |
| HSV(B) | 163.04º | 0.88% | 0.82% | - |
| XYZ | 29.64 | 48.78 | 40.2 | - |
| YUV | 149.06 | 133.04 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 158 | 0.88 | 0 | 0.25 | 0.18 | 163.04 | 0.78 | 0.46 |
| Hex | 1A | D2 | 9E | 58 | 0 | 19 | 12 | A3 | 4E | 2E |
| Octal | 32 | 322 | 236 | 130 | 0 | 31 | 22 | 243 | 116 | 56 |
| Binary | 11010 | 11010010 | 10011110 | 1011000 | 0 | 11001 | 10010 | 10100011 | 1001110 | 101110 |
Color Harmonies of #1AD29E
Complementary color
Monochromatic Colors of #1AD29E
Black with #1AD29E
Text Example
Text Example
White with #1AD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD29E; }
p { color: rgb(26,210,158); }
H1.HeaderClassName
{
color: #1AD29E;
}
.AnyTagClassName
{
color: #1AD29E;
}
</style>
background-color css
<style>
a { background-color: #1AD29E; }
a { background-color: rgb(26,210,158); }
div.DivClassName
{
background-color: #1AD29E;
}
.BgClassName
{
background-color: #1AD29E;
}
</style>
border-color css
<style>
span { border-color: #1AD29E; }
span { border-color: rgb(26,210,158); }
td.TdClassName
{
border-color: #1AD29E;
}
.TagClassName
{
border-color: #1AD29E;
}
</style>