Shades of Shamrock #1ADD90
Tints of Shamrock #1ADD90
RGB
CMYK
RGB Variations
Color information
#1ADD90 (or 0x1ADD90) is known color: Shamrock. HEX triplet: 1A, DD and 90. RGB value is (26,221,144). Sum of RGB (Red+Green+Blue) = 26+221+144=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADD90 is #E5226F. Grayscale: #9A9A9A. Windows color (decimal): -15016560 or 9493786. OLE color: 9493786.
HSL color Cylindrical-coordinate representation of color #1ADD90: hue angle of 156.31º 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 #1ADD90 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 144 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.13 |
| HSL | 156.31º | 0.79% | 0.48% | - |
| HSV(B) | 156.31º | 0.88% | 0.87% | - |
| XYZ | 31.32 | 53.95 | 35.15 | - |
| YUV | 153.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 144 | 0.88 | 0 | 0.35 | 0.13 | 156.31 | 0.79 | 0.48 |
| Hex | 1A | DD | 90 | 58 | 0 | 23 | D | 9C | 4F | 30 |
| Octal | 32 | 335 | 220 | 130 | 0 | 43 | 15 | 234 | 117 | 60 |
| Binary | 11010 | 11011101 | 10010000 | 1011000 | 0 | 100011 | 1101 | 10011100 | 1001111 | 110000 |
Color Harmonies of #1ADD90
Complementary color
Monochromatic Colors of #1ADD90
Black with #1ADD90
Text Example
Text Example
White with #1ADD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD90; }
p { color: rgb(26,221,144); }
H1.HeaderClassName
{
color: #1ADD90;
}
.AnyTagClassName
{
color: #1ADD90;
}
</style>
background-color css
<style>
a { background-color: #1ADD90; }
a { background-color: rgb(26,221,144); }
div.DivClassName
{
background-color: #1ADD90;
}
.BgClassName
{
background-color: #1ADD90;
}
</style>
border-color css
<style>
span { border-color: #1ADD90; }
span { border-color: rgb(26,221,144); }
td.TdClassName
{
border-color: #1ADD90;
}
.TagClassName
{
border-color: #1ADD90;
}
</style>