Shades of Spring Green #18F471
Tints of Spring Green #18F471
RGB
CMYK
RGB Variations
Color information
#18F471 (or 0x18F471) is known color: Spring Green. HEX triplet: 18, F4 and 71. RGB value is (24,244,113). Sum of RGB (Red+Green+Blue) = 24+244+113=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #18F471 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F471 is #E70B8E. Grayscale: #A3A3A3. Windows color (decimal): -15141775 or 7468056. OLE color: 7468056.
HSL color Cylindrical-coordinate representation of color #18F471: hue angle of 144.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F471 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 113 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.04 |
| HSL | 144.27º | 0.91% | 0.53% | - |
| HSV(B) | 144.27º | 0.9% | 0.96% | - |
| XYZ | 35.71 | 66.09 | 26.5 | - |
| YUV | 163.29 | 99.61 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 113 | 0.90 | 0 | 0.54 | 0.04 | 144.27 | 0.91 | 0.53 |
| Hex | 18 | F4 | 71 | 5A | 0 | 36 | 4 | 90 | 5B | 35 |
| Octal | 30 | 364 | 161 | 132 | 0 | 66 | 4 | 220 | 133 | 65 |
| Binary | 11000 | 11110100 | 1110001 | 1011010 | 0 | 110110 | 100 | 10010000 | 1011011 | 110101 |
Color Harmonies of #18F471
Complementary color
Monochromatic Colors of #18F471
Black with #18F471
Text Example
Text Example
White with #18F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F471; }
p { color: rgb(24,244,113); }
H1.HeaderClassName
{
color: #18F471;
}
.AnyTagClassName
{
color: #18F471;
}
</style>
background-color css
<style>
a { background-color: #18F471; }
a { background-color: rgb(24,244,113); }
div.DivClassName
{
background-color: #18F471;
}
.BgClassName
{
background-color: #18F471;
}
</style>
border-color css
<style>
span { border-color: #18F471; }
span { border-color: rgb(24,244,113); }
td.TdClassName
{
border-color: #18F471;
}
.TagClassName
{
border-color: #18F471;
}
</style>