Shades of Spring Green #18F486
Tints of Spring Green #18F486
RGB
CMYK
RGB Variations
Color information
#18F486 (or 0x18F486) is known color: Spring Green. HEX triplet: 18, F4 and 86. RGB value is (24,244,134). Sum of RGB (Red+Green+Blue) = 24+244+134=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 244 (95.70% from 255 or 60.70% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 244 - color contains mainly: green. Hex color #18F486 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F486 is #E70B79. Grayscale: #A5A5A5. Windows color (decimal): -15141754 or 8844312. OLE color: 8844312.
HSL color Cylindrical-coordinate representation of color #18F486: hue angle of 150º 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 #18F486 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 134 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.04 |
| HSL | 150º | 0.91% | 0.53% | - |
| HSV(B) | 150º | 0.9% | 0.96% | - |
| XYZ | 37.03 | 66.62 | 33.46 | - |
| YUV | 165.68 | 110.11 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 134 | 0.90 | 0 | 0.45 | 0.04 | 150 | 0.91 | 0.53 |
| Hex | 18 | F4 | 86 | 5A | 0 | 2D | 4 | 96 | 5B | 35 |
| Octal | 30 | 364 | 206 | 132 | 0 | 55 | 4 | 226 | 133 | 65 |
| Binary | 11000 | 11110100 | 10000110 | 1011010 | 0 | 101101 | 100 | 10010110 | 1011011 | 110101 |
Color Harmonies of #18F486
Complementary color
Monochromatic Colors of #18F486
Black with #18F486
Text Example
Text Example
White with #18F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F486; }
p { color: rgb(24,244,134); }
H1.HeaderClassName
{
color: #18F486;
}
.AnyTagClassName
{
color: #18F486;
}
</style>
background-color css
<style>
a { background-color: #18F486; }
a { background-color: rgb(24,244,134); }
div.DivClassName
{
background-color: #18F486;
}
.BgClassName
{
background-color: #18F486;
}
</style>
border-color css
<style>
span { border-color: #18F486; }
span { border-color: rgb(24,244,134); }
td.TdClassName
{
border-color: #18F486;
}
.TagClassName
{
border-color: #18F486;
}
</style>