Shades of Spring Green #18FE70
Tints of Spring Green #18FE70
RGB
CMYK
RGB Variations
Color information
#18FE70 (or 0x18FE70) is known color: Spring Green. HEX triplet: 18, FE and 70. RGB value is (24,254,112). Sum of RGB (Red+Green+Blue) = 24+254+112=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 254 (99.61% from 255 or 65.13% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 254 - color contains mainly: green. Hex color #18FE70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FE70 is #E7018F. Grayscale: #A9A9A9. Windows color (decimal): -15139216 or 7405080. OLE color: 7405080.
HSL color Cylindrical-coordinate representation of color #18FE70: hue angle of 142.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FE70 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 112 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.00 |
| HSL | 142.96º | 0.99% | 0.55% | - |
| HSV(B) | 142.96º | 0.91% | 1% | - |
| XYZ | 38.74 | 72.25 | 27.23 | - |
| YUV | 169.04 | 95.8 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 112 | 0.91 | 0 | 0.56 | 0.00 | 142.96 | 0.99 | 0.55 |
| Hex | 18 | FE | 70 | 5B | 0 | 38 | 0 | 8F | 63 | 37 |
| Octal | 30 | 376 | 160 | 133 | 0 | 70 | 0 | 217 | 143 | 67 |
| Binary | 11000 | 11111110 | 1110000 | 1011011 | 0 | 111000 | 0 | 10001111 | 1100011 | 110111 |
Color Harmonies of #18FE70
Complementary color
Monochromatic Colors of #18FE70
Black with #18FE70
Text Example
Text Example
White with #18FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FE70; }
p { color: rgb(24,254,112); }
H1.HeaderClassName
{
color: #18FE70;
}
.AnyTagClassName
{
color: #18FE70;
}
</style>
background-color css
<style>
a { background-color: #18FE70; }
a { background-color: rgb(24,254,112); }
div.DivClassName
{
background-color: #18FE70;
}
.BgClassName
{
background-color: #18FE70;
}
</style>
border-color css
<style>
span { border-color: #18FE70; }
span { border-color: rgb(24,254,112); }
td.TdClassName
{
border-color: #18FE70;
}
.TagClassName
{
border-color: #18FE70;
}
</style>