Shades of Shamrock #1AD587
Tints of Shamrock #1AD587
RGB
CMYK
RGB Variations
Color information
#1AD587 (or 0x1AD587) is known color: Shamrock. HEX triplet: 1A, D5 and 87. RGB value is (26,213,135). Sum of RGB (Red+Green+Blue) = 26+213+135=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD587 is #E52A78. Grayscale: #949494. Windows color (decimal): -15018617 or 8901914. OLE color: 8901914.
HSL color Cylindrical-coordinate representation of color #1AD587: hue angle of 154.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD587 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 135 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.16 |
| HSL | 154.97º | 0.78% | 0.47% | - |
| HSV(B) | 154.97º | 0.88% | 0.84% | - |
| XYZ | 28.59 | 49.56 | 30.98 | - |
| YUV | 148.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 135 | 0.88 | 0 | 0.37 | 0.16 | 154.97 | 0.78 | 0.47 |
| Hex | 1A | D5 | 87 | 58 | 0 | 25 | 10 | 9B | 4E | 2F |
| Octal | 32 | 325 | 207 | 130 | 0 | 45 | 20 | 233 | 116 | 57 |
| Binary | 11010 | 11010101 | 10000111 | 1011000 | 0 | 100101 | 10000 | 10011011 | 1001110 | 101111 |
Color Harmonies of #1AD587
Complementary color
Monochromatic Colors of #1AD587
Black with #1AD587
Text Example
Text Example
White with #1AD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD587; }
p { color: rgb(26,213,135); }
H1.HeaderClassName
{
color: #1AD587;
}
.AnyTagClassName
{
color: #1AD587;
}
</style>
background-color css
<style>
a { background-color: #1AD587; }
a { background-color: rgb(26,213,135); }
div.DivClassName
{
background-color: #1AD587;
}
.BgClassName
{
background-color: #1AD587;
}
</style>
border-color css
<style>
span { border-color: #1AD587; }
span { border-color: rgb(26,213,135); }
td.TdClassName
{
border-color: #1AD587;
}
.TagClassName
{
border-color: #1AD587;
}
</style>