Shades of Spring Green #18F186
Tints of Spring Green #18F186
RGB
CMYK
RGB Variations
Color information
#18F186 (or 0x18F186) is known color: Spring Green. HEX triplet: 18, F1 and 86. RGB value is (24,241,134). Sum of RGB (Red+Green+Blue) = 24+241+134=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #18F186 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F186 is #E70E79. Grayscale: #A4A4A4. Windows color (decimal): -15142522 or 8843544. OLE color: 8843544.
HSL color Cylindrical-coordinate representation of color #18F186: hue angle of 150.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F186 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 134 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.05 |
| HSL | 150.41º | 0.89% | 0.52% | - |
| HSV(B) | 150.41º | 0.9% | 0.95% | - |
| XYZ | 36.14 | 64.83 | 33.16 | - |
| YUV | 163.92 | 111.11 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 134 | 0.90 | 0 | 0.44 | 0.05 | 150.41 | 0.89 | 0.52 |
| Hex | 18 | F1 | 86 | 5A | 0 | 2C | 5 | 96 | 59 | 34 |
| Octal | 30 | 361 | 206 | 132 | 0 | 54 | 5 | 226 | 131 | 64 |
| Binary | 11000 | 11110001 | 10000110 | 1011010 | 0 | 101100 | 101 | 10010110 | 1011001 | 110100 |
Color Harmonies of #18F186
Complementary color
Monochromatic Colors of #18F186
Black with #18F186
Text Example
Text Example
White with #18F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F186; }
p { color: rgb(24,241,134); }
H1.HeaderClassName
{
color: #18F186;
}
.AnyTagClassName
{
color: #18F186;
}
</style>
background-color css
<style>
a { background-color: #18F186; }
a { background-color: rgb(24,241,134); }
div.DivClassName
{
background-color: #18F186;
}
.BgClassName
{
background-color: #18F186;
}
</style>
border-color css
<style>
span { border-color: #18F186; }
span { border-color: rgb(24,241,134); }
td.TdClassName
{
border-color: #18F186;
}
.TagClassName
{
border-color: #18F186;
}
</style>