Shades of Shamrock #1ADC87
Tints of Shamrock #1ADC87
RGB
CMYK
RGB Variations
Color information
#1ADC87 (or 0x1ADC87) is known color: Shamrock. HEX triplet: 1A, DC and 87. RGB value is (26,220,135). Sum of RGB (Red+Green+Blue) = 26+220+135=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC87 is #E52378. Grayscale: #989898. Windows color (decimal): -15016825 or 8903706. OLE color: 8903706.
HSL color Cylindrical-coordinate representation of color #1ADC87: hue angle of 153.71º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC87 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 135 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.14 |
| HSL | 153.71º | 0.79% | 0.48% | - |
| HSV(B) | 153.71º | 0.88% | 0.86% | - |
| XYZ | 30.39 | 53.16 | 31.58 | - |
| YUV | 152.3 | 118.23 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 135 | 0.88 | 0 | 0.39 | 0.14 | 153.71 | 0.79 | 0.48 |
| Hex | 1A | DC | 87 | 58 | 0 | 27 | E | 9A | 4F | 30 |
| Octal | 32 | 334 | 207 | 130 | 0 | 47 | 16 | 232 | 117 | 60 |
| Binary | 11010 | 11011100 | 10000111 | 1011000 | 0 | 100111 | 1110 | 10011010 | 1001111 | 110000 |
Color Harmonies of #1ADC87
Complementary color
Monochromatic Colors of #1ADC87
Black with #1ADC87
Text Example
Text Example
White with #1ADC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC87; }
p { color: rgb(26,220,135); }
H1.HeaderClassName
{
color: #1ADC87;
}
.AnyTagClassName
{
color: #1ADC87;
}
</style>
background-color css
<style>
a { background-color: #1ADC87; }
a { background-color: rgb(26,220,135); }
div.DivClassName
{
background-color: #1ADC87;
}
.BgClassName
{
background-color: #1ADC87;
}
</style>
border-color css
<style>
span { border-color: #1ADC87; }
span { border-color: rgb(26,220,135); }
td.TdClassName
{
border-color: #1ADC87;
}
.TagClassName
{
border-color: #1ADC87;
}
</style>