Shades of Spring Green #18F886
Tints of Spring Green #18F886
RGB
CMYK
RGB Variations
Color information
#18F886 (or 0x18F886) is known color: Spring Green. HEX triplet: 18, F8 and 86. RGB value is (24,248,134). Sum of RGB (Red+Green+Blue) = 24+248+134=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #18F886 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F886 is #E70779. Grayscale: #A8A8A8. Windows color (decimal): -15140730 or 8845336. OLE color: 8845336.
HSL color Cylindrical-coordinate representation of color #18F886: hue angle of 149.46º 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 #18F886 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 134 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.03 |
| HSL | 149.46º | 0.94% | 0.53% | - |
| HSV(B) | 149.46º | 0.9% | 0.97% | - |
| XYZ | 38.25 | 69.05 | 33.87 | - |
| YUV | 168.03 | 108.79 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 134 | 0.90 | 0 | 0.46 | 0.03 | 149.46 | 0.94 | 0.53 |
| Hex | 18 | F8 | 86 | 5A | 0 | 2E | 3 | 95 | 5E | 35 |
| Octal | 30 | 370 | 206 | 132 | 0 | 56 | 3 | 225 | 136 | 65 |
| Binary | 11000 | 11111000 | 10000110 | 1011010 | 0 | 101110 | 11 | 10010101 | 1011110 | 110101 |
Color Harmonies of #18F886
Complementary color
Monochromatic Colors of #18F886
Black with #18F886
Text Example
Text Example
White with #18F886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F886; }
p { color: rgb(24,248,134); }
H1.HeaderClassName
{
color: #18F886;
}
.AnyTagClassName
{
color: #18F886;
}
</style>
background-color css
<style>
a { background-color: #18F886; }
a { background-color: rgb(24,248,134); }
div.DivClassName
{
background-color: #18F886;
}
.BgClassName
{
background-color: #18F886;
}
</style>
border-color css
<style>
span { border-color: #18F886; }
span { border-color: rgb(24,248,134); }
td.TdClassName
{
border-color: #18F886;
}
.TagClassName
{
border-color: #18F886;
}
</style>