Shades of Shamrock #1AD294
Tints of Shamrock #1AD294
RGB
CMYK
RGB Variations
Color information
#1AD294 (or 0x1AD294) is known color: Shamrock. HEX triplet: 1A, D2 and 94. RGB value is (26,210,148). Sum of RGB (Red+Green+Blue) = 26+210+148=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD294 is #E52D6B. Grayscale: #939393. Windows color (decimal): -15019372 or 9753114. OLE color: 9753114.
HSL color Cylindrical-coordinate representation of color #1AD294: hue angle of 159.78º 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 #1AD294 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 148 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.18 |
| HSL | 159.78º | 0.78% | 0.46% | - |
| HSV(B) | 159.78º | 0.88% | 0.82% | - |
| XYZ | 28.82 | 48.45 | 35.85 | - |
| YUV | 147.92 | 128.04 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 148 | 0.88 | 0 | 0.30 | 0.18 | 159.78 | 0.78 | 0.46 |
| Hex | 1A | D2 | 94 | 58 | 0 | 1E | 12 | A0 | 4E | 2E |
| Octal | 32 | 322 | 224 | 130 | 0 | 36 | 22 | 240 | 116 | 56 |
| Binary | 11010 | 11010010 | 10010100 | 1011000 | 0 | 11110 | 10010 | 10100000 | 1001110 | 101110 |
Color Harmonies of #1AD294
Complementary color
Monochromatic Colors of #1AD294
Black with #1AD294
Text Example
Text Example
White with #1AD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD294; }
p { color: rgb(26,210,148); }
H1.HeaderClassName
{
color: #1AD294;
}
.AnyTagClassName
{
color: #1AD294;
}
</style>
background-color css
<style>
a { background-color: #1AD294; }
a { background-color: rgb(26,210,148); }
div.DivClassName
{
background-color: #1AD294;
}
.BgClassName
{
background-color: #1AD294;
}
</style>
border-color css
<style>
span { border-color: #1AD294; }
span { border-color: rgb(26,210,148); }
td.TdClassName
{
border-color: #1AD294;
}
.TagClassName
{
border-color: #1AD294;
}
</style>