Shades of Shamrock #1ADAA8
Tints of Shamrock #1ADAA8
RGB
CMYK
RGB Variations
Color information
#1ADAA8 (or 0x1ADAA8) is known color: Shamrock. HEX triplet: 1A, DA and A8. RGB value is (26,218,168). Sum of RGB (Red+Green+Blue) = 26+218+168=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADAA8 is #E52557. Grayscale: #9A9A9A. Windows color (decimal): -15017304 or 11065882. OLE color: 11065882.
HSL color Cylindrical-coordinate representation of color #1ADAA8: hue angle of 164.38º 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 #1ADAA8 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 168 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.15 |
| HSL | 164.38º | 0.79% | 0.48% | - |
| HSV(B) | 164.38º | 0.88% | 0.85% | - |
| XYZ | 32.57 | 53.19 | 45.6 | - |
| YUV | 154.89 | 135.39 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 168 | 0.88 | 0 | 0.23 | 0.15 | 164.38 | 0.79 | 0.48 |
| Hex | 1A | DA | A8 | 58 | 0 | 17 | F | A4 | 4F | 30 |
| Octal | 32 | 332 | 250 | 130 | 0 | 27 | 17 | 244 | 117 | 60 |
| Binary | 11010 | 11011010 | 10101000 | 1011000 | 0 | 10111 | 1111 | 10100100 | 1001111 | 110000 |
Color Harmonies of #1ADAA8
Complementary color
Monochromatic Colors of #1ADAA8
Black with #1ADAA8
Text Example
Text Example
White with #1ADAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAA8; }
p { color: rgb(26,218,168); }
H1.HeaderClassName
{
color: #1ADAA8;
}
.AnyTagClassName
{
color: #1ADAA8;
}
</style>
background-color css
<style>
a { background-color: #1ADAA8; }
a { background-color: rgb(26,218,168); }
div.DivClassName
{
background-color: #1ADAA8;
}
.BgClassName
{
background-color: #1ADAA8;
}
</style>
border-color css
<style>
span { border-color: #1ADAA8; }
span { border-color: rgb(26,218,168); }
td.TdClassName
{
border-color: #1ADAA8;
}
.TagClassName
{
border-color: #1ADAA8;
}
</style>