Shades of Shamrock #1AD489
Tints of Shamrock #1AD489
RGB
CMYK
RGB Variations
Color information
#1AD489 (or 0x1AD489) is known color: Shamrock. HEX triplet: 1A, D4 and 89. RGB value is (26,212,137). Sum of RGB (Red+Green+Blue) = 26+212+137=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD489 is #E52B76. Grayscale: #939393. Windows color (decimal): -15018871 or 9032730. OLE color: 9032730.
HSL color Cylindrical-coordinate representation of color #1AD489: hue angle of 155.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD489 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 137 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.17 |
| HSL | 155.81º | 0.78% | 0.47% | - |
| HSV(B) | 155.81º | 0.88% | 0.83% | - |
| XYZ | 28.48 | 49.11 | 31.65 | - |
| YUV | 147.84 | 121.88 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 137 | 0.88 | 0 | 0.35 | 0.17 | 155.81 | 0.78 | 0.47 |
| Hex | 1A | D4 | 89 | 58 | 0 | 23 | 11 | 9C | 4E | 2F |
| Octal | 32 | 324 | 211 | 130 | 0 | 43 | 21 | 234 | 116 | 57 |
| Binary | 11010 | 11010100 | 10001001 | 1011000 | 0 | 100011 | 10001 | 10011100 | 1001110 | 101111 |
Color Harmonies of #1AD489
Complementary color
Monochromatic Colors of #1AD489
Black with #1AD489
Text Example
Text Example
White with #1AD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD489; }
p { color: rgb(26,212,137); }
H1.HeaderClassName
{
color: #1AD489;
}
.AnyTagClassName
{
color: #1AD489;
}
</style>
background-color css
<style>
a { background-color: #1AD489; }
a { background-color: rgb(26,212,137); }
div.DivClassName
{
background-color: #1AD489;
}
.BgClassName
{
background-color: #1AD489;
}
</style>
border-color css
<style>
span { border-color: #1AD489; }
span { border-color: rgb(26,212,137); }
td.TdClassName
{
border-color: #1AD489;
}
.TagClassName
{
border-color: #1AD489;
}
</style>