Shades of Spring Green #18F86C
Tints of Spring Green #18F86C
RGB
CMYK
RGB Variations
Color information
#18F86C (or 0x18F86C) is known color: Spring Green. HEX triplet: 18, F8 and 6C. RGB value is (24,248,108). Sum of RGB (Red+Green+Blue) = 24+248+108=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #18F86C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F86C is #E70793. Grayscale: #A5A5A5. Windows color (decimal): -15140756 or 7141400. OLE color: 7141400.
HSL color Cylindrical-coordinate representation of color #18F86C: hue angle of 142.5º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F86C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 108 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.03 |
| HSL | 142.5º | 0.94% | 0.53% | - |
| HSV(B) | 142.5º | 0.9% | 0.97% | - |
| XYZ | 36.65 | 68.41 | 25.46 | - |
| YUV | 165.06 | 95.79 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 108 | 0.90 | 0 | 0.56 | 0.03 | 142.5 | 0.94 | 0.53 |
| Hex | 18 | F8 | 6C | 5A | 0 | 38 | 3 | 8E | 5E | 35 |
| Octal | 30 | 370 | 154 | 132 | 0 | 70 | 3 | 216 | 136 | 65 |
| Binary | 11000 | 11111000 | 1101100 | 1011010 | 0 | 111000 | 11 | 10001110 | 1011110 | 110101 |
Color Harmonies of #18F86C
Complementary color
Monochromatic Colors of #18F86C
Black with #18F86C
Text Example
Text Example
White with #18F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F86C; }
p { color: rgb(24,248,108); }
H1.HeaderClassName
{
color: #18F86C;
}
.AnyTagClassName
{
color: #18F86C;
}
</style>
background-color css
<style>
a { background-color: #18F86C; }
a { background-color: rgb(24,248,108); }
div.DivClassName
{
background-color: #18F86C;
}
.BgClassName
{
background-color: #18F86C;
}
</style>
border-color css
<style>
span { border-color: #18F86C; }
span { border-color: rgb(24,248,108); }
td.TdClassName
{
border-color: #18F86C;
}
.TagClassName
{
border-color: #18F86C;
}
</style>