Html Css Color HEX #18F0A0 Medium Spring Green
📋 copy color: '#18F0A0'red 24 ◦ green 240 ◦ blue 160
Shades of Medium Spring Green #18F0A0
Tints of Medium Spring Green #18F0A0
RGB
CMYK
RGB Variations
Color information
#18F0A0 (or 0x18F0A0) is known color: Medium Spring Green. HEX triplet: 18, F0 and A0. RGB value is (24,240,160). Sum of RGB (Red+Green+Blue) = 24+240+160=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F0A0 is #E70F5F. Grayscale: #A6A6A6. Windows color (decimal): -15142752 or 10547224. OLE color: 10547224.
HSL color Cylindrical-coordinate representation of color #18F0A0: hue angle of 157.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0A0 is Cyan = 0.9, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 160 | - |
| CMYK | 0.9 | 0 | 0.33 | 0.06 |
| HSL | 157.78º | 0.88% | 0.52% | - |
| HSV(B) | 157.78º | 0.9% | 0.94% | - |
| XYZ | 37.88 | 65.05 | 43.82 | - |
| YUV | 166.3 | 124.44 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 160 | 0.9 | 0 | 0.33 | 0.06 | 157.78 | 0.88 | 0.52 |
| Hex | 18 | F0 | A0 | 5A | 0 | 21 | 6 | 9E | 58 | 34 |
| Octal | 30 | 360 | 240 | 132 | 0 | 41 | 6 | 236 | 130 | 64 |
| Binary | 11000 | 11110000 | 10100000 | 1011010 | 0 | 100001 | 110 | 10011110 | 1011000 | 110100 |
Color Harmonies of #18F0A0
Complementary color
Monochromatic Colors of #18F0A0
Black with #18F0A0
Text Example
Text Example
White with #18F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0A0; }
p { color: rgb(24,240,160); }
H1.HeaderClassName
{
color: #18F0A0;
}
.AnyTagClassName
{
color: #18F0A0;
}
</style>
background-color css
<style>
a { background-color: #18F0A0; }
a { background-color: rgb(24,240,160); }
div.DivClassName
{
background-color: #18F0A0;
}
.BgClassName
{
background-color: #18F0A0;
}
</style>
border-color css
<style>
span { border-color: #18F0A0; }
span { border-color: rgb(24,240,160); }
td.TdClassName
{
border-color: #18F0A0;
}
.TagClassName
{
border-color: #18F0A0;
}
</style>