Html Css Color HEX #1AF48E Medium Spring Green
📋 copy color: '#1AF48E'red 26 ◦ green 244 ◦ blue 142
Shades of Medium Spring Green #1AF48E
Tints of Medium Spring Green #1AF48E
RGB
CMYK
RGB Variations
Color information
#1AF48E (or 0x1AF48E) is known color: Medium Spring Green. HEX triplet: 1A, F4 and 8E. RGB value is (26,244,142). Sum of RGB (Red+Green+Blue) = 26+244+142=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF48E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF48E is #E50B71. Grayscale: #A7A7A7. Windows color (decimal): -15010674 or 9368602. OLE color: 9368602.
HSL color Cylindrical-coordinate representation of color #1AF48E: hue angle of 151.93º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF48E is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 142 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.04 |
| HSL | 151.93º | 0.91% | 0.53% | - |
| HSV(B) | 151.93º | 0.89% | 0.96% | - |
| XYZ | 37.66 | 66.87 | 36.51 | - |
| YUV | 167.19 | 113.78 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 142 | 0.89 | 0 | 0.42 | 0.04 | 151.93 | 0.91 | 0.53 |
| Hex | 1A | F4 | 8E | 59 | 0 | 2A | 4 | 98 | 5B | 35 |
| Octal | 32 | 364 | 216 | 131 | 0 | 52 | 4 | 230 | 133 | 65 |
| Binary | 11010 | 11110100 | 10001110 | 1011001 | 0 | 101010 | 100 | 10011000 | 1011011 | 110101 |
Color Harmonies of #1AF48E
Complementary color
Monochromatic Colors of #1AF48E
Black with #1AF48E
Text Example
Text Example
White with #1AF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF48E; }
p { color: rgb(26,244,142); }
H1.HeaderClassName
{
color: #1AF48E;
}
.AnyTagClassName
{
color: #1AF48E;
}
</style>
background-color css
<style>
a { background-color: #1AF48E; }
a { background-color: rgb(26,244,142); }
div.DivClassName
{
background-color: #1AF48E;
}
.BgClassName
{
background-color: #1AF48E;
}
</style>
border-color css
<style>
span { border-color: #1AF48E; }
span { border-color: rgb(26,244,142); }
td.TdClassName
{
border-color: #1AF48E;
}
.TagClassName
{
border-color: #1AF48E;
}
</style>