Shades of Shamrock #1ADAA6
Tints of Shamrock #1ADAA6
RGB
CMYK
RGB Variations
Color information
#1ADAA6 (or 0x1ADAA6) is known color: Shamrock. HEX triplet: 1A, DA and A6. RGB value is (26,218,166). Sum of RGB (Red+Green+Blue) = 26+218+166=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADAA6 is #E52559. Grayscale: #9A9A9A. Windows color (decimal): -15017306 or 10934810. OLE color: 10934810.
HSL color Cylindrical-coordinate representation of color #1ADAA6: hue angle of 163.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADAA6 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 166 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.15 |
| HSL | 163.75º | 0.79% | 0.48% | - |
| HSV(B) | 163.75º | 0.88% | 0.85% | - |
| XYZ | 32.38 | 53.12 | 44.62 | - |
| YUV | 154.66 | 134.39 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 166 | 0.88 | 0 | 0.24 | 0.15 | 163.75 | 0.79 | 0.48 |
| Hex | 1A | DA | A6 | 58 | 0 | 18 | F | A4 | 4F | 30 |
| Octal | 32 | 332 | 246 | 130 | 0 | 30 | 17 | 244 | 117 | 60 |
| Binary | 11010 | 11011010 | 10100110 | 1011000 | 0 | 11000 | 1111 | 10100100 | 1001111 | 110000 |
Color Harmonies of #1ADAA6
Complementary color
Monochromatic Colors of #1ADAA6
Black with #1ADAA6
Text Example
Text Example
White with #1ADAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAA6; }
p { color: rgb(26,218,166); }
H1.HeaderClassName
{
color: #1ADAA6;
}
.AnyTagClassName
{
color: #1ADAA6;
}
</style>
background-color css
<style>
a { background-color: #1ADAA6; }
a { background-color: rgb(26,218,166); }
div.DivClassName
{
background-color: #1ADAA6;
}
.BgClassName
{
background-color: #1ADAA6;
}
</style>
border-color css
<style>
span { border-color: #1ADAA6; }
span { border-color: rgb(26,218,166); }
td.TdClassName
{
border-color: #1ADAA6;
}
.TagClassName
{
border-color: #1ADAA6;
}
</style>