Shades of Spring Green #18FF8E
Tints of Spring Green #18FF8E
RGB
CMYK
RGB Variations
Color information
#18FF8E (or 0x18FF8E) is known color: Spring Green. HEX triplet: 18, FF and 8E. RGB value is (24,255,142). Sum of RGB (Red+Green+Blue) = 24+255+142=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FF8E is #E70071. Grayscale: #ADADAD. Windows color (decimal): -15138930 or 9371416. OLE color: 9371416.
HSL color Cylindrical-coordinate representation of color #18FF8E: hue angle of 150.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF8E is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 142 | - |
| CMYK | 0.91 | 0 | 0.44 | 0 |
| HSL | 150.65º | 1% | 0.55% | - |
| HSV(B) | 150.65º | 0.91% | 1% | - |
| XYZ | 41.02 | 73.67 | 37.65 | - |
| YUV | 173.05 | 110.47 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 142 | 0.91 | 0 | 0.44 | 0 | 150.65 | 1 | 0.55 |
| Hex | 18 | FF | 8E | 5B | 0 | 2C | 0 | 97 | 64 | 37 |
| Octal | 30 | 377 | 216 | 133 | 0 | 54 | 0 | 227 | 144 | 67 |
| Binary | 11000 | 11111111 | 10001110 | 1011011 | 0 | 101100 | 0 | 10010111 | 1100100 | 110111 |
Color Harmonies of #18FF8E
Complementary color
Monochromatic Colors of #18FF8E
Black with #18FF8E
Text Example
Text Example
White with #18FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF8E; }
p { color: rgb(24,255,142); }
H1.HeaderClassName
{
color: #18FF8E;
}
.AnyTagClassName
{
color: #18FF8E;
}
</style>
background-color css
<style>
a { background-color: #18FF8E; }
a { background-color: rgb(24,255,142); }
div.DivClassName
{
background-color: #18FF8E;
}
.BgClassName
{
background-color: #18FF8E;
}
</style>
border-color css
<style>
span { border-color: #18FF8E; }
span { border-color: rgb(24,255,142); }
td.TdClassName
{
border-color: #18FF8E;
}
.TagClassName
{
border-color: #18FF8E;
}
</style>