Html Css Color HEX #1AFAA5 Medium Spring Green
📋 copy color: '#1AFAA5'red 26 ◦ green 250 ◦ blue 165
Shades of Medium Spring Green #1AFAA5
Tints of Medium Spring Green #1AFAA5
RGB
CMYK
RGB Variations
Color information
#1AFAA5 (or 0x1AFAA5) is known color: Medium Spring Green. HEX triplet: 1A, FA and A5. RGB value is (26,250,165). Sum of RGB (Red+Green+Blue) = 26+250+165=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFAA5 is #E5055A. Grayscale: #ADADAD. Windows color (decimal): -15009115 or 10877466. OLE color: 10877466.
HSL color Cylindrical-coordinate representation of color #1AFAA5: hue angle of 157.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAA5 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 165 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.02 |
| HSL | 157.23º | 0.96% | 0.54% | - |
| HSV(B) | 157.23º | 0.9% | 0.98% | - |
| XYZ | 41.4 | 71.31 | 47.18 | - |
| YUV | 173.33 | 123.29 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 165 | 0.90 | 0 | 0.34 | 0.02 | 157.23 | 0.96 | 0.54 |
| Hex | 1A | FA | A5 | 5A | 0 | 22 | 2 | 9D | 60 | 36 |
| Octal | 32 | 372 | 245 | 132 | 0 | 42 | 2 | 235 | 140 | 66 |
| Binary | 11010 | 11111010 | 10100101 | 1011010 | 0 | 100010 | 10 | 10011101 | 1100000 | 110110 |
Color Harmonies of #1AFAA5
Complementary color
Monochromatic Colors of #1AFAA5
Black with #1AFAA5
Text Example
Text Example
White with #1AFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAA5; }
p { color: rgb(26,250,165); }
H1.HeaderClassName
{
color: #1AFAA5;
}
.AnyTagClassName
{
color: #1AFAA5;
}
</style>
background-color css
<style>
a { background-color: #1AFAA5; }
a { background-color: rgb(26,250,165); }
div.DivClassName
{
background-color: #1AFAA5;
}
.BgClassName
{
background-color: #1AFAA5;
}
</style>
border-color css
<style>
span { border-color: #1AFAA5; }
span { border-color: rgb(26,250,165); }
td.TdClassName
{
border-color: #1AFAA5;
}
.TagClassName
{
border-color: #1AFAA5;
}
</style>