Shades of Shamrock #1AD287
Tints of Shamrock #1AD287
RGB
CMYK
RGB Variations
Color information
#1AD287 (or 0x1AD287) is known color: Shamrock. HEX triplet: 1A, D2 and 87. RGB value is (26,210,135). Sum of RGB (Red+Green+Blue) = 26+210+135=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD287 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD287 is #E52D78. Grayscale: #929292. Windows color (decimal): -15019385 or 8901146. OLE color: 8901146.
HSL color Cylindrical-coordinate representation of color #1AD287: hue angle of 155.54º 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 #1AD287 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 135 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.18 |
| HSL | 155.54º | 0.78% | 0.46% | - |
| HSV(B) | 155.54º | 0.88% | 0.82% | - |
| XYZ | 27.85 | 48.06 | 30.73 | - |
| YUV | 146.43 | 121.54 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 135 | 0.88 | 0 | 0.36 | 0.18 | 155.54 | 0.78 | 0.46 |
| Hex | 1A | D2 | 87 | 58 | 0 | 24 | 12 | 9C | 4E | 2E |
| Octal | 32 | 322 | 207 | 130 | 0 | 44 | 22 | 234 | 116 | 56 |
| Binary | 11010 | 11010010 | 10000111 | 1011000 | 0 | 100100 | 10010 | 10011100 | 1001110 | 101110 |
Color Harmonies of #1AD287
Complementary color
Monochromatic Colors of #1AD287
Black with #1AD287
Text Example
Text Example
White with #1AD287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD287; }
p { color: rgb(26,210,135); }
H1.HeaderClassName
{
color: #1AD287;
}
.AnyTagClassName
{
color: #1AD287;
}
</style>
background-color css
<style>
a { background-color: #1AD287; }
a { background-color: rgb(26,210,135); }
div.DivClassName
{
background-color: #1AD287;
}
.BgClassName
{
background-color: #1AD287;
}
</style>
border-color css
<style>
span { border-color: #1AD287; }
span { border-color: rgb(26,210,135); }
td.TdClassName
{
border-color: #1AD287;
}
.TagClassName
{
border-color: #1AD287;
}
</style>