Shades of Shamrock #1ADFAC
Tints of Shamrock #1ADFAC
RGB
CMYK
RGB Variations
Color information
#1ADFAC (or 0x1ADFAC) is known color: Shamrock. HEX triplet: 1A, DF and AC. RGB value is (26,223,172). Sum of RGB (Red+Green+Blue) = 26+223+172=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFAC is #E52053. Grayscale: #9E9E9E. Windows color (decimal): -15016020 or 11329306. OLE color: 11329306.
HSL color Cylindrical-coordinate representation of color #1ADFAC: hue angle of 164.47º 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 #1ADFAC is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 172 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.13 |
| HSL | 164.47º | 0.79% | 0.49% | - |
| HSV(B) | 164.47º | 0.88% | 0.87% | - |
| XYZ | 34.26 | 55.97 | 48.03 | - |
| YUV | 158.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 172 | 0.88 | 0 | 0.23 | 0.13 | 164.47 | 0.79 | 0.49 |
| Hex | 1A | DF | AC | 58 | 0 | 17 | D | A4 | 4F | 31 |
| Octal | 32 | 337 | 254 | 130 | 0 | 27 | 15 | 244 | 117 | 61 |
| Binary | 11010 | 11011111 | 10101100 | 1011000 | 0 | 10111 | 1101 | 10100100 | 1001111 | 110001 |
Color Harmonies of #1ADFAC
Complementary color
Monochromatic Colors of #1ADFAC
Black with #1ADFAC
Text Example
Text Example
White with #1ADFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFAC; }
p { color: rgb(26,223,172); }
H1.HeaderClassName
{
color: #1ADFAC;
}
.AnyTagClassName
{
color: #1ADFAC;
}
</style>
background-color css
<style>
a { background-color: #1ADFAC; }
a { background-color: rgb(26,223,172); }
div.DivClassName
{
background-color: #1ADFAC;
}
.BgClassName
{
background-color: #1ADFAC;
}
</style>
border-color css
<style>
span { border-color: #1ADFAC; }
span { border-color: rgb(26,223,172); }
td.TdClassName
{
border-color: #1ADFAC;
}
.TagClassName
{
border-color: #1ADFAC;
}
</style>