Shades of Shamrock #1ADC7E
Tints of Shamrock #1ADC7E
RGB
CMYK
RGB Variations
Color information
#1ADC7E (or 0x1ADC7E) is known color: Shamrock. HEX triplet: 1A, DC and 7E. RGB value is (26,220,126). Sum of RGB (Red+Green+Blue) = 26+220+126=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC7E is #E52381. Grayscale: #979797. Windows color (decimal): -15016834 or 8313882. OLE color: 8313882.
HSL color Cylindrical-coordinate representation of color #1ADC7E: hue angle of 150.93º 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 #1ADC7E is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 126 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.14 |
| HSL | 150.93º | 0.79% | 0.48% | - |
| HSV(B) | 150.93º | 0.88% | 0.86% | - |
| XYZ | 29.79 | 52.91 | 28.38 | - |
| YUV | 151.28 | 113.73 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 126 | 0.88 | 0 | 0.43 | 0.14 | 150.93 | 0.79 | 0.48 |
| Hex | 1A | DC | 7E | 58 | 0 | 2B | E | 97 | 4F | 30 |
| Octal | 32 | 334 | 176 | 130 | 0 | 53 | 16 | 227 | 117 | 60 |
| Binary | 11010 | 11011100 | 1111110 | 1011000 | 0 | 101011 | 1110 | 10010111 | 1001111 | 110000 |
Color Harmonies of #1ADC7E
Complementary color
Monochromatic Colors of #1ADC7E
Black with #1ADC7E
Text Example
Text Example
White with #1ADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC7E; }
p { color: rgb(26,220,126); }
H1.HeaderClassName
{
color: #1ADC7E;
}
.AnyTagClassName
{
color: #1ADC7E;
}
</style>
background-color css
<style>
a { background-color: #1ADC7E; }
a { background-color: rgb(26,220,126); }
div.DivClassName
{
background-color: #1ADC7E;
}
.BgClassName
{
background-color: #1ADC7E;
}
</style>
border-color css
<style>
span { border-color: #1ADC7E; }
span { border-color: rgb(26,220,126); }
td.TdClassName
{
border-color: #1ADC7E;
}
.TagClassName
{
border-color: #1ADC7E;
}
</style>