Shades of Shamrock #1AD0A0
Tints of Shamrock #1AD0A0
RGB
CMYK
RGB Variations
Color information
#1AD0A0 (or 0x1AD0A0) is known color: Shamrock. HEX triplet: 1A, D0 and A0. RGB value is (26,208,160). Sum of RGB (Red+Green+Blue) = 26+208+160=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD0A0 is #E52F5F. Grayscale: #949494. Windows color (decimal): -15019872 or 10539034. OLE color: 10539034.
HSL color Cylindrical-coordinate representation of color #1AD0A0: hue angle of 164.18º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD0A0 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 160 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.18 |
| HSL | 164.18º | 0.78% | 0.46% | - |
| HSV(B) | 164.18º | 0.88% | 0.82% | - |
| XYZ | 29.33 | 47.87 | 40.95 | - |
| YUV | 148.11 | 134.7 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 160 | 0.88 | 0 | 0.23 | 0.18 | 164.18 | 0.78 | 0.46 |
| Hex | 1A | D0 | A0 | 58 | 0 | 17 | 12 | A4 | 4E | 2E |
| Octal | 32 | 320 | 240 | 130 | 0 | 27 | 22 | 244 | 116 | 56 |
| Binary | 11010 | 11010000 | 10100000 | 1011000 | 0 | 10111 | 10010 | 10100100 | 1001110 | 101110 |
Color Harmonies of #1AD0A0
Complementary color
Monochromatic Colors of #1AD0A0
Black with #1AD0A0
Text Example
Text Example
White with #1AD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0A0; }
p { color: rgb(26,208,160); }
H1.HeaderClassName
{
color: #1AD0A0;
}
.AnyTagClassName
{
color: #1AD0A0;
}
</style>
background-color css
<style>
a { background-color: #1AD0A0; }
a { background-color: rgb(26,208,160); }
div.DivClassName
{
background-color: #1AD0A0;
}
.BgClassName
{
background-color: #1AD0A0;
}
</style>
border-color css
<style>
span { border-color: #1AD0A0; }
span { border-color: rgb(26,208,160); }
td.TdClassName
{
border-color: #1AD0A0;
}
.TagClassName
{
border-color: #1AD0A0;
}
</style>