Shades of Shamrock #1AD28D
Tints of Shamrock #1AD28D
RGB
CMYK
RGB Variations
Color information
#1AD28D (or 0x1AD28D) is known color: Shamrock. HEX triplet: 1A, D2 and 8D. RGB value is (26,210,141). Sum of RGB (Red+Green+Blue) = 26+210+141=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD28D is #E52D72. Grayscale: #939393. Windows color (decimal): -15019379 or 9294362. OLE color: 9294362.
HSL color Cylindrical-coordinate representation of color #1AD28D: hue angle of 157.5º 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 #1AD28D is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 141 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.18 |
| HSL | 157.5º | 0.78% | 0.46% | - |
| HSV(B) | 157.5º | 0.88% | 0.82% | - |
| XYZ | 28.28 | 48.24 | 33.02 | - |
| YUV | 147.12 | 124.54 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 141 | 0.88 | 0 | 0.33 | 0.18 | 157.5 | 0.78 | 0.46 |
| Hex | 1A | D2 | 8D | 58 | 0 | 21 | 12 | 9E | 4E | 2E |
| Octal | 32 | 322 | 215 | 130 | 0 | 41 | 22 | 236 | 116 | 56 |
| Binary | 11010 | 11010010 | 10001101 | 1011000 | 0 | 100001 | 10010 | 10011110 | 1001110 | 101110 |
Color Harmonies of #1AD28D
Complementary color
Monochromatic Colors of #1AD28D
Black with #1AD28D
Text Example
Text Example
White with #1AD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD28D; }
p { color: rgb(26,210,141); }
H1.HeaderClassName
{
color: #1AD28D;
}
.AnyTagClassName
{
color: #1AD28D;
}
</style>
background-color css
<style>
a { background-color: #1AD28D; }
a { background-color: rgb(26,210,141); }
div.DivClassName
{
background-color: #1AD28D;
}
.BgClassName
{
background-color: #1AD28D;
}
</style>
border-color css
<style>
span { border-color: #1AD28D; }
span { border-color: rgb(26,210,141); }
td.TdClassName
{
border-color: #1AD28D;
}
.TagClassName
{
border-color: #1AD28D;
}
</style>