Shades of Spring Green #18FA8A
Tints of Spring Green #18FA8A
RGB
CMYK
RGB Variations
Color information
#18FA8A (or 0x18FA8A) is known color: Spring Green. HEX triplet: 18, FA and 8A. RGB value is (24,250,138). Sum of RGB (Red+Green+Blue) = 24+250+138=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FA8A is #E70575. Grayscale: #A9A9A9. Windows color (decimal): -15140214 or 9107992. OLE color: 9107992.
HSL color Cylindrical-coordinate representation of color #18FA8A: hue angle of 150.27º 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 #18FA8A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 138 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.02 |
| HSL | 150.27º | 0.96% | 0.54% | - |
| HSV(B) | 150.27º | 0.9% | 0.98% | - |
| XYZ | 39.15 | 70.4 | 35.57 | - |
| YUV | 169.66 | 110.13 | 24.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 138 | 0.90 | 0 | 0.45 | 0.02 | 150.27 | 0.96 | 0.54 |
| Hex | 18 | FA | 8A | 5A | 0 | 2D | 2 | 96 | 60 | 36 |
| Octal | 30 | 372 | 212 | 132 | 0 | 55 | 2 | 226 | 140 | 66 |
| Binary | 11000 | 11111010 | 10001010 | 1011010 | 0 | 101101 | 10 | 10010110 | 1100000 | 110110 |
Color Harmonies of #18FA8A
Complementary color
Monochromatic Colors of #18FA8A
Black with #18FA8A
Text Example
Text Example
White with #18FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA8A; }
p { color: rgb(24,250,138); }
H1.HeaderClassName
{
color: #18FA8A;
}
.AnyTagClassName
{
color: #18FA8A;
}
</style>
background-color css
<style>
a { background-color: #18FA8A; }
a { background-color: rgb(24,250,138); }
div.DivClassName
{
background-color: #18FA8A;
}
.BgClassName
{
background-color: #18FA8A;
}
</style>
border-color css
<style>
span { border-color: #18FA8A; }
span { border-color: rgb(24,250,138); }
td.TdClassName
{
border-color: #18FA8A;
}
.TagClassName
{
border-color: #18FA8A;
}
</style>