Shades of Shamrock #1ADD8B
Tints of Shamrock #1ADD8B
RGB
CMYK
RGB Variations
Color information
#1ADD8B (or 0x1ADD8B) is known color: Shamrock. HEX triplet: 1A, DD and 8B. RGB value is (26,221,139). Sum of RGB (Red+Green+Blue) = 26+221+139=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADD8B is #E52274. Grayscale: #999999. Windows color (decimal): -15016565 or 9166106. OLE color: 9166106.
HSL color Cylindrical-coordinate representation of color #1ADD8B: hue angle of 154.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD8B is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 139 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.13 |
| HSL | 154.77º | 0.79% | 0.48% | - |
| HSV(B) | 154.77º | 0.88% | 0.87% | - |
| XYZ | 30.94 | 53.8 | 33.18 | - |
| YUV | 153.35 | 119.9 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 139 | 0.88 | 0 | 0.37 | 0.13 | 154.77 | 0.79 | 0.48 |
| Hex | 1A | DD | 8B | 58 | 0 | 25 | D | 9B | 4F | 30 |
| Octal | 32 | 335 | 213 | 130 | 0 | 45 | 15 | 233 | 117 | 60 |
| Binary | 11010 | 11011101 | 10001011 | 1011000 | 0 | 100101 | 1101 | 10011011 | 1001111 | 110000 |
Color Harmonies of #1ADD8B
Complementary color
Monochromatic Colors of #1ADD8B
Black with #1ADD8B
Text Example
Text Example
White with #1ADD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD8B; }
p { color: rgb(26,221,139); }
H1.HeaderClassName
{
color: #1ADD8B;
}
.AnyTagClassName
{
color: #1ADD8B;
}
</style>
background-color css
<style>
a { background-color: #1ADD8B; }
a { background-color: rgb(26,221,139); }
div.DivClassName
{
background-color: #1ADD8B;
}
.BgClassName
{
background-color: #1ADD8B;
}
</style>
border-color css
<style>
span { border-color: #1ADD8B; }
span { border-color: rgb(26,221,139); }
td.TdClassName
{
border-color: #1ADD8B;
}
.TagClassName
{
border-color: #1ADD8B;
}
</style>