Html Css Color HEX #18FAAF Medium Spring Green
📋 copy color: '#18FAAF'red 24 ◦ green 250 ◦ blue 175
Shades of Medium Spring Green #18FAAF
Tints of Medium Spring Green #18FAAF
RGB
CMYK
RGB Variations
Color information
#18FAAF (or 0x18FAAF) is known color: Medium Spring Green. HEX triplet: 18, FA and AF. RGB value is (24,250,175). Sum of RGB (Red+Green+Blue) = 24+250+175=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FAAF is #E70550. Grayscale: #ADADAD. Windows color (decimal): -15140177 or 11532824. OLE color: 11532824.
HSL color Cylindrical-coordinate representation of color #18FAAF: hue angle of 160.09º 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 #18FAAF is Cyan = 0.90, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 175 | - |
| CMYK | 0.90 | 0 | 0.3 | 0.02 |
| HSL | 160.09º | 0.96% | 0.54% | - |
| HSV(B) | 160.09º | 0.9% | 0.98% | - |
| XYZ | 42.3 | 71.66 | 52.16 | - |
| YUV | 173.88 | 128.63 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 175 | 0.90 | 0 | 0.3 | 0.02 | 160.09 | 0.96 | 0.54 |
| Hex | 18 | FA | AF | 5A | 0 | 1E | 2 | A0 | 60 | 36 |
| Octal | 30 | 372 | 257 | 132 | 0 | 36 | 2 | 240 | 140 | 66 |
| Binary | 11000 | 11111010 | 10101111 | 1011010 | 0 | 11110 | 10 | 10100000 | 1100000 | 110110 |
Color Harmonies of #18FAAF
Complementary color
Monochromatic Colors of #18FAAF
Black with #18FAAF
Text Example
Text Example
White with #18FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAAF; }
p { color: rgb(24,250,175); }
H1.HeaderClassName
{
color: #18FAAF;
}
.AnyTagClassName
{
color: #18FAAF;
}
</style>
background-color css
<style>
a { background-color: #18FAAF; }
a { background-color: rgb(24,250,175); }
div.DivClassName
{
background-color: #18FAAF;
}
.BgClassName
{
background-color: #18FAAF;
}
</style>
border-color css
<style>
span { border-color: #18FAAF; }
span { border-color: rgb(24,250,175); }
td.TdClassName
{
border-color: #18FAAF;
}
.TagClassName
{
border-color: #18FAAF;
}
</style>