Shades of Shamrock #1AD39D
Tints of Shamrock #1AD39D
RGB
CMYK
RGB Variations
Color information
#1AD39D (or 0x1AD39D) is known color: Shamrock. HEX triplet: 1A, D3 and 9D. RGB value is (26,211,157). Sum of RGB (Red+Green+Blue) = 26+211+157=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD39D is #E52C62. Grayscale: #959595. Windows color (decimal): -15019107 or 10343194. OLE color: 10343194.
HSL color Cylindrical-coordinate representation of color #1AD39D: hue angle of 162.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD39D is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 157 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.17 |
| HSL | 162.49º | 0.78% | 0.46% | - |
| HSV(B) | 162.49º | 0.88% | 0.83% | - |
| XYZ | 29.81 | 49.24 | 39.83 | - |
| YUV | 149.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 157 | 0.88 | 0 | 0.26 | 0.17 | 162.49 | 0.78 | 0.46 |
| Hex | 1A | D3 | 9D | 58 | 0 | 1A | 11 | A2 | 4E | 2E |
| Octal | 32 | 323 | 235 | 130 | 0 | 32 | 21 | 242 | 116 | 56 |
| Binary | 11010 | 11010011 | 10011101 | 1011000 | 0 | 11010 | 10001 | 10100010 | 1001110 | 101110 |
Color Harmonies of #1AD39D
Complementary color
Monochromatic Colors of #1AD39D
Black with #1AD39D
Text Example
Text Example
White with #1AD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD39D; }
p { color: rgb(26,211,157); }
H1.HeaderClassName
{
color: #1AD39D;
}
.AnyTagClassName
{
color: #1AD39D;
}
</style>
background-color css
<style>
a { background-color: #1AD39D; }
a { background-color: rgb(26,211,157); }
div.DivClassName
{
background-color: #1AD39D;
}
.BgClassName
{
background-color: #1AD39D;
}
</style>
border-color css
<style>
span { border-color: #1AD39D; }
span { border-color: rgb(26,211,157); }
td.TdClassName
{
border-color: #1AD39D;
}
.TagClassName
{
border-color: #1AD39D;
}
</style>