Shades of Shamrock #1AD096
Tints of Shamrock #1AD096
RGB
CMYK
RGB Variations
Color information
#1AD096 (or 0x1AD096) is known color: Shamrock. HEX triplet: 1A, D0 and 96. RGB value is (26,208,150). Sum of RGB (Red+Green+Blue) = 26+208+150=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD096 is #E52F69. Grayscale: #939393. Windows color (decimal): -15019882 or 9883674. OLE color: 9883674.
HSL color Cylindrical-coordinate representation of color #1AD096: hue angle of 160.88º 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 #1AD096 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 150 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.18 |
| HSL | 160.88º | 0.78% | 0.46% | - |
| HSV(B) | 160.88º | 0.88% | 0.82% | - |
| XYZ | 28.49 | 47.53 | 36.53 | - |
| YUV | 146.97 | 129.7 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 150 | 0.88 | 0 | 0.28 | 0.18 | 160.88 | 0.78 | 0.46 |
| Hex | 1A | D0 | 96 | 58 | 0 | 1C | 12 | A1 | 4E | 2E |
| Octal | 32 | 320 | 226 | 130 | 0 | 34 | 22 | 241 | 116 | 56 |
| Binary | 11010 | 11010000 | 10010110 | 1011000 | 0 | 11100 | 10010 | 10100001 | 1001110 | 101110 |
Color Harmonies of #1AD096
Complementary color
Monochromatic Colors of #1AD096
Black with #1AD096
Text Example
Text Example
White with #1AD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD096; }
p { color: rgb(26,208,150); }
H1.HeaderClassName
{
color: #1AD096;
}
.AnyTagClassName
{
color: #1AD096;
}
</style>
background-color css
<style>
a { background-color: #1AD096; }
a { background-color: rgb(26,208,150); }
div.DivClassName
{
background-color: #1AD096;
}
.BgClassName
{
background-color: #1AD096;
}
</style>
border-color css
<style>
span { border-color: #1AD096; }
span { border-color: rgb(26,208,150); }
td.TdClassName
{
border-color: #1AD096;
}
.TagClassName
{
border-color: #1AD096;
}
</style>