Shades of Spring Green #1ADC7A
Tints of Spring Green #1ADC7A
RGB
CMYK
RGB Variations
Color information
#1ADC7A (or 0x1ADC7A) is known color: Spring Green. HEX triplet: 1A, DC and 7A. RGB value is (26,220,122). Sum of RGB (Red+Green+Blue) = 26+220+122=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC7A is #E52385. Grayscale: #979797. Windows color (decimal): -15016838 or 8051738. OLE color: 8051738.
HSL color Cylindrical-coordinate representation of color #1ADC7A: hue angle of 149.69º 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 #1ADC7A is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 122 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.14 |
| HSL | 149.69º | 0.79% | 0.48% | - |
| HSV(B) | 149.69º | 0.88% | 0.86% | - |
| XYZ | 29.53 | 52.81 | 27.05 | - |
| YUV | 150.82 | 111.73 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 122 | 0.88 | 0 | 0.45 | 0.14 | 149.69 | 0.79 | 0.48 |
| Hex | 1A | DC | 7A | 58 | 0 | 2D | E | 96 | 4F | 30 |
| Octal | 32 | 334 | 172 | 130 | 0 | 55 | 16 | 226 | 117 | 60 |
| Binary | 11010 | 11011100 | 1111010 | 1011000 | 0 | 101101 | 1110 | 10010110 | 1001111 | 110000 |
Color Harmonies of #1ADC7A
Complementary color
Monochromatic Colors of #1ADC7A
Black with #1ADC7A
Text Example
Text Example
White with #1ADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC7A; }
p { color: rgb(26,220,122); }
H1.HeaderClassName
{
color: #1ADC7A;
}
.AnyTagClassName
{
color: #1ADC7A;
}
</style>
background-color css
<style>
a { background-color: #1ADC7A; }
a { background-color: rgb(26,220,122); }
div.DivClassName
{
background-color: #1ADC7A;
}
.BgClassName
{
background-color: #1ADC7A;
}
</style>
border-color css
<style>
span { border-color: #1ADC7A; }
span { border-color: rgb(26,220,122); }
td.TdClassName
{
border-color: #1ADC7A;
}
.TagClassName
{
border-color: #1ADC7A;
}
</style>