Shades of Shamrock #1AD093
Tints of Shamrock #1AD093
RGB
CMYK
RGB Variations
Color information
#1AD093 (or 0x1AD093) is known color: Shamrock. HEX triplet: 1A, D0 and 93. RGB value is (26,208,147). Sum of RGB (Red+Green+Blue) = 26+208+147=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD093 is #E52F6C. Grayscale: #929292. Windows color (decimal): -15019885 or 9687066. OLE color: 9687066.
HSL color Cylindrical-coordinate representation of color #1AD093: hue angle of 159.89º 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 #1AD093 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 147 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.18 |
| HSL | 159.89º | 0.78% | 0.46% | - |
| HSV(B) | 159.89º | 0.88% | 0.82% | - |
| XYZ | 28.25 | 47.44 | 35.27 | - |
| YUV | 146.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 147 | 0.88 | 0 | 0.29 | 0.18 | 159.89 | 0.78 | 0.46 |
| Hex | 1A | D0 | 93 | 58 | 0 | 1D | 12 | A0 | 4E | 2E |
| Octal | 32 | 320 | 223 | 130 | 0 | 35 | 22 | 240 | 116 | 56 |
| Binary | 11010 | 11010000 | 10010011 | 1011000 | 0 | 11101 | 10010 | 10100000 | 1001110 | 101110 |
Color Harmonies of #1AD093
Complementary color
Monochromatic Colors of #1AD093
Black with #1AD093
Text Example
Text Example
White with #1AD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD093; }
p { color: rgb(26,208,147); }
H1.HeaderClassName
{
color: #1AD093;
}
.AnyTagClassName
{
color: #1AD093;
}
</style>
background-color css
<style>
a { background-color: #1AD093; }
a { background-color: rgb(26,208,147); }
div.DivClassName
{
background-color: #1AD093;
}
.BgClassName
{
background-color: #1AD093;
}
</style>
border-color css
<style>
span { border-color: #1AD093; }
span { border-color: rgb(26,208,147); }
td.TdClassName
{
border-color: #1AD093;
}
.TagClassName
{
border-color: #1AD093;
}
</style>