Html Css Color HEX #18FFA0 Medium Spring Green
📋 copy color: '#18FFA0'red 24 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #18FFA0
Tints of Medium Spring Green #18FFA0
RGB
CMYK
RGB Variations
Color information
#18FFA0 (or 0x18FFA0) is known color: Medium Spring Green. HEX triplet: 18, FF and A0. RGB value is (24,255,160). Sum of RGB (Red+Green+Blue) = 24+255+160=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FFA0 is #E7005F. Grayscale: #AFAFAF. Windows color (decimal): -15138912 or 10551064. OLE color: 10551064.
HSL color Cylindrical-coordinate representation of color #18FFA0: hue angle of 155.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFA0 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 160 | - |
| CMYK | 0.91 | 0 | 0.37 | 0 |
| HSL | 155.32º | 1% | 0.55% | - |
| HSV(B) | 155.32º | 0.91% | 1% | - |
| XYZ | 42.48 | 74.25 | 45.35 | - |
| YUV | 175.1 | 119.47 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 160 | 0.91 | 0 | 0.37 | 0 | 155.32 | 1 | 0.55 |
| Hex | 18 | FF | A0 | 5B | 0 | 25 | 0 | 9B | 64 | 37 |
| Octal | 30 | 377 | 240 | 133 | 0 | 45 | 0 | 233 | 144 | 67 |
| Binary | 11000 | 11111111 | 10100000 | 1011011 | 0 | 100101 | 0 | 10011011 | 1100100 | 110111 |
Color Harmonies of #18FFA0
Complementary color
Monochromatic Colors of #18FFA0
Black with #18FFA0
Text Example
Text Example
White with #18FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFA0; }
p { color: rgb(24,255,160); }
H1.HeaderClassName
{
color: #18FFA0;
}
.AnyTagClassName
{
color: #18FFA0;
}
</style>
background-color css
<style>
a { background-color: #18FFA0; }
a { background-color: rgb(24,255,160); }
div.DivClassName
{
background-color: #18FFA0;
}
.BgClassName
{
background-color: #18FFA0;
}
</style>
border-color css
<style>
span { border-color: #18FFA0; }
span { border-color: rgb(24,255,160); }
td.TdClassName
{
border-color: #18FFA0;
}
.TagClassName
{
border-color: #18FFA0;
}
</style>