Shades of Spring Green #18FA75
Tints of Spring Green #18FA75
RGB
CMYK
RGB Variations
Color information
#18FA75 (or 0x18FA75) is known color: Spring Green. HEX triplet: 18, FA and 75. RGB value is (24,250,117). Sum of RGB (Red+Green+Blue) = 24+250+117=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA75 is #E7058A. Grayscale: #A7A7A7. Windows color (decimal): -15140235 or 7731736. OLE color: 7731736.
HSL color Cylindrical-coordinate representation of color #18FA75: hue angle of 144.69º 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 #18FA75 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 117 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.02 |
| HSL | 144.69º | 0.96% | 0.54% | - |
| HSV(B) | 144.69º | 0.9% | 0.98% | - |
| XYZ | 37.77 | 69.85 | 28.32 | - |
| YUV | 167.26 | 99.63 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 117 | 0.90 | 0 | 0.53 | 0.02 | 144.69 | 0.96 | 0.54 |
| Hex | 18 | FA | 75 | 5A | 0 | 35 | 2 | 91 | 60 | 36 |
| Octal | 30 | 372 | 165 | 132 | 0 | 65 | 2 | 221 | 140 | 66 |
| Binary | 11000 | 11111010 | 1110101 | 1011010 | 0 | 110101 | 10 | 10010001 | 1100000 | 110110 |
Color Harmonies of #18FA75
Complementary color
Monochromatic Colors of #18FA75
Black with #18FA75
Text Example
Text Example
White with #18FA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA75; }
p { color: rgb(24,250,117); }
H1.HeaderClassName
{
color: #18FA75;
}
.AnyTagClassName
{
color: #18FA75;
}
</style>
background-color css
<style>
a { background-color: #18FA75; }
a { background-color: rgb(24,250,117); }
div.DivClassName
{
background-color: #18FA75;
}
.BgClassName
{
background-color: #18FA75;
}
</style>
border-color css
<style>
span { border-color: #18FA75; }
span { border-color: rgb(24,250,117); }
td.TdClassName
{
border-color: #18FA75;
}
.TagClassName
{
border-color: #18FA75;
}
</style>