Shades of Shamrock #1AD3A4
Tints of Shamrock #1AD3A4
RGB
CMYK
RGB Variations
Color information
#1AD3A4 (or 0x1AD3A4) is known color: Shamrock. HEX triplet: 1A, D3 and A4. RGB value is (26,211,164). Sum of RGB (Red+Green+Blue) = 26+211+164=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD3A4 is #E52C5B. Grayscale: #969696. Windows color (decimal): -15019100 or 10801946. OLE color: 10801946.
HSL color Cylindrical-coordinate representation of color #1AD3A4: hue angle of 164.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD3A4 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 164 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.17 |
| HSL | 164.76º | 0.78% | 0.46% | - |
| HSV(B) | 164.76º | 0.88% | 0.83% | - |
| XYZ | 30.42 | 49.49 | 43.07 | - |
| YUV | 150.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 164 | 0.88 | 0 | 0.22 | 0.17 | 164.76 | 0.78 | 0.46 |
| Hex | 1A | D3 | A4 | 58 | 0 | 16 | 11 | A5 | 4E | 2E |
| Octal | 32 | 323 | 244 | 130 | 0 | 26 | 21 | 245 | 116 | 56 |
| Binary | 11010 | 11010011 | 10100100 | 1011000 | 0 | 10110 | 10001 | 10100101 | 1001110 | 101110 |
Color Harmonies of #1AD3A4
Complementary color
Monochromatic Colors of #1AD3A4
Black with #1AD3A4
Text Example
Text Example
White with #1AD3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD3A4; }
p { color: rgb(26,211,164); }
H1.HeaderClassName
{
color: #1AD3A4;
}
.AnyTagClassName
{
color: #1AD3A4;
}
</style>
background-color css
<style>
a { background-color: #1AD3A4; }
a { background-color: rgb(26,211,164); }
div.DivClassName
{
background-color: #1AD3A4;
}
.BgClassName
{
background-color: #1AD3A4;
}
</style>
border-color css
<style>
span { border-color: #1AD3A4; }
span { border-color: rgb(26,211,164); }
td.TdClassName
{
border-color: #1AD3A4;
}
.TagClassName
{
border-color: #1AD3A4;
}
</style>