Shades of Shamrock #1AD09D
Tints of Shamrock #1AD09D
RGB
CMYK
RGB Variations
Color information
#1AD09D (or 0x1AD09D) is known color: Shamrock. HEX triplet: 1A, D0 and 9D. RGB value is (26,208,157). Sum of RGB (Red+Green+Blue) = 26+208+157=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD09D is #E52F62. Grayscale: #939393. Windows color (decimal): -15019875 or 10342426. OLE color: 10342426.
HSL color Cylindrical-coordinate representation of color #1AD09D: hue angle of 163.19º 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 #1AD09D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 157 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.18 |
| HSL | 163.19º | 0.78% | 0.46% | - |
| HSV(B) | 163.19º | 0.88% | 0.82% | - |
| XYZ | 29.07 | 47.77 | 39.59 | - |
| YUV | 147.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 157 | 0.88 | 0 | 0.25 | 0.18 | 163.19 | 0.78 | 0.46 |
| Hex | 1A | D0 | 9D | 58 | 0 | 19 | 12 | A3 | 4E | 2E |
| Octal | 32 | 320 | 235 | 130 | 0 | 31 | 22 | 243 | 116 | 56 |
| Binary | 11010 | 11010000 | 10011101 | 1011000 | 0 | 11001 | 10010 | 10100011 | 1001110 | 101110 |
Color Harmonies of #1AD09D
Complementary color
Monochromatic Colors of #1AD09D
Black with #1AD09D
Text Example
Text Example
White with #1AD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD09D; }
p { color: rgb(26,208,157); }
H1.HeaderClassName
{
color: #1AD09D;
}
.AnyTagClassName
{
color: #1AD09D;
}
</style>
background-color css
<style>
a { background-color: #1AD09D; }
a { background-color: rgb(26,208,157); }
div.DivClassName
{
background-color: #1AD09D;
}
.BgClassName
{
background-color: #1AD09D;
}
</style>
border-color css
<style>
span { border-color: #1AD09D; }
span { border-color: rgb(26,208,157); }
td.TdClassName
{
border-color: #1AD09D;
}
.TagClassName
{
border-color: #1AD09D;
}
</style>