Shades of Spring Green #1ADF80
Tints of Spring Green #1ADF80
RGB
CMYK
RGB Variations
Color information
#1ADF80 (or 0x1ADF80) is known color: Spring Green. HEX triplet: 1A, DF and 80. RGB value is (26,223,128). Sum of RGB (Red+Green+Blue) = 26+223+128=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADF80 is #E5207F. Grayscale: #999999. Windows color (decimal): -15016064 or 8445722. OLE color: 8445722.
HSL color Cylindrical-coordinate representation of color #1ADF80: hue angle of 151.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADF80 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 128 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.13 |
| HSL | 151.07º | 0.79% | 0.49% | - |
| HSV(B) | 151.07º | 0.88% | 0.87% | - |
| XYZ | 30.71 | 54.55 | 29.33 | - |
| YUV | 153.27 | 113.73 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 128 | 0.88 | 0 | 0.43 | 0.13 | 151.07 | 0.79 | 0.49 |
| Hex | 1A | DF | 80 | 58 | 0 | 2B | D | 97 | 4F | 31 |
| Octal | 32 | 337 | 200 | 130 | 0 | 53 | 15 | 227 | 117 | 61 |
| Binary | 11010 | 11011111 | 10000000 | 1011000 | 0 | 101011 | 1101 | 10010111 | 1001111 | 110001 |
Color Harmonies of #1ADF80
Complementary color
Monochromatic Colors of #1ADF80
Black with #1ADF80
Text Example
Text Example
White with #1ADF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF80; }
p { color: rgb(26,223,128); }
H1.HeaderClassName
{
color: #1ADF80;
}
.AnyTagClassName
{
color: #1ADF80;
}
</style>
background-color css
<style>
a { background-color: #1ADF80; }
a { background-color: rgb(26,223,128); }
div.DivClassName
{
background-color: #1ADF80;
}
.BgClassName
{
background-color: #1ADF80;
}
</style>
border-color css
<style>
span { border-color: #1ADF80; }
span { border-color: rgb(26,223,128); }
td.TdClassName
{
border-color: #1ADF80;
}
.TagClassName
{
border-color: #1ADF80;
}
</style>