Shades of Shamrock #1ADFA6
Tints of Shamrock #1ADFA6
RGB
CMYK
RGB Variations
Color information
#1ADFA6 (or 0x1ADFA6) is known color: Shamrock. HEX triplet: 1A, DF and A6. RGB value is (26,223,166). Sum of RGB (Red+Green+Blue) = 26+223+166=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFA6 is #E52059. Grayscale: #9D9D9D. Windows color (decimal): -15016026 or 10936090. OLE color: 10936090.
HSL color Cylindrical-coordinate representation of color #1ADFA6: hue angle of 162.64º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFA6 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 166 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.13 |
| HSL | 162.64º | 0.79% | 0.49% | - |
| HSV(B) | 162.64º | 0.88% | 0.87% | - |
| XYZ | 33.7 | 55.75 | 45.06 | - |
| YUV | 157.6 | 132.73 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 166 | 0.88 | 0 | 0.26 | 0.13 | 162.64 | 0.79 | 0.49 |
| Hex | 1A | DF | A6 | 58 | 0 | 1A | D | A3 | 4F | 31 |
| Octal | 32 | 337 | 246 | 130 | 0 | 32 | 15 | 243 | 117 | 61 |
| Binary | 11010 | 11011111 | 10100110 | 1011000 | 0 | 11010 | 1101 | 10100011 | 1001111 | 110001 |
Color Harmonies of #1ADFA6
Complementary color
Monochromatic Colors of #1ADFA6
Black with #1ADFA6
Text Example
Text Example
White with #1ADFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFA6; }
p { color: rgb(26,223,166); }
H1.HeaderClassName
{
color: #1ADFA6;
}
.AnyTagClassName
{
color: #1ADFA6;
}
</style>
background-color css
<style>
a { background-color: #1ADFA6; }
a { background-color: rgb(26,223,166); }
div.DivClassName
{
background-color: #1ADFA6;
}
.BgClassName
{
background-color: #1ADFA6;
}
</style>
border-color css
<style>
span { border-color: #1ADFA6; }
span { border-color: rgb(26,223,166); }
td.TdClassName
{
border-color: #1ADFA6;
}
.TagClassName
{
border-color: #1ADFA6;
}
</style>