Shades of Shamrock #1ADFAB
Tints of Shamrock #1ADFAB
RGB
CMYK
RGB Variations
Color information
#1ADFAB (or 0x1ADFAB) is known color: Shamrock. HEX triplet: 1A, DF and AB. RGB value is (26,223,171). Sum of RGB (Red+Green+Blue) = 26+223+171=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFAB is #E52054. Grayscale: #9E9E9E. Windows color (decimal): -15016021 or 11263770. OLE color: 11263770.
HSL color Cylindrical-coordinate representation of color #1ADFAB: hue angle of 164.16º 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 #1ADFAB is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 171 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.13 |
| HSL | 164.16º | 0.79% | 0.49% | - |
| HSV(B) | 164.16º | 0.88% | 0.87% | - |
| XYZ | 34.16 | 55.94 | 47.52 | - |
| YUV | 158.17 | 135.23 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 171 | 0.88 | 0 | 0.23 | 0.13 | 164.16 | 0.79 | 0.49 |
| Hex | 1A | DF | AB | 58 | 0 | 17 | D | A4 | 4F | 31 |
| Octal | 32 | 337 | 253 | 130 | 0 | 27 | 15 | 244 | 117 | 61 |
| Binary | 11010 | 11011111 | 10101011 | 1011000 | 0 | 10111 | 1101 | 10100100 | 1001111 | 110001 |
Color Harmonies of #1ADFAB
Complementary color
Monochromatic Colors of #1ADFAB
Black with #1ADFAB
Text Example
Text Example
White with #1ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFAB; }
p { color: rgb(26,223,171); }
H1.HeaderClassName
{
color: #1ADFAB;
}
.AnyTagClassName
{
color: #1ADFAB;
}
</style>
background-color css
<style>
a { background-color: #1ADFAB; }
a { background-color: rgb(26,223,171); }
div.DivClassName
{
background-color: #1ADFAB;
}
.BgClassName
{
background-color: #1ADFAB;
}
</style>
border-color css
<style>
span { border-color: #1ADFAB; }
span { border-color: rgb(26,223,171); }
td.TdClassName
{
border-color: #1ADFAB;
}
.TagClassName
{
border-color: #1ADFAB;
}
</style>