Shades of Spring Green #18F885
Tints of Spring Green #18F885
RGB
CMYK
RGB Variations
Color information
#18F885 (or 0x18F885) is known color: Spring Green. HEX triplet: 18, F8 and 85. RGB value is (24,248,133). Sum of RGB (Red+Green+Blue) = 24+248+133=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #18F885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F885 is #E7077A. Grayscale: #A8A8A8. Windows color (decimal): -15140731 or 8779800. OLE color: 8779800.
HSL color Cylindrical-coordinate representation of color #18F885: hue angle of 149.2º 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 #18F885 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 133 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.03 |
| HSL | 149.2º | 0.94% | 0.53% | - |
| HSV(B) | 149.2º | 0.9% | 0.97% | - |
| XYZ | 38.18 | 69.02 | 33.5 | - |
| YUV | 167.91 | 108.29 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 133 | 0.90 | 0 | 0.46 | 0.03 | 149.2 | 0.94 | 0.53 |
| Hex | 18 | F8 | 85 | 5A | 0 | 2E | 3 | 95 | 5E | 35 |
| Octal | 30 | 370 | 205 | 132 | 0 | 56 | 3 | 225 | 136 | 65 |
| Binary | 11000 | 11111000 | 10000101 | 1011010 | 0 | 101110 | 11 | 10010101 | 1011110 | 110101 |
Color Harmonies of #18F885
Complementary color
Monochromatic Colors of #18F885
Black with #18F885
Text Example
Text Example
White with #18F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F885; }
p { color: rgb(24,248,133); }
H1.HeaderClassName
{
color: #18F885;
}
.AnyTagClassName
{
color: #18F885;
}
</style>
background-color css
<style>
a { background-color: #18F885; }
a { background-color: rgb(24,248,133); }
div.DivClassName
{
background-color: #18F885;
}
.BgClassName
{
background-color: #18F885;
}
</style>
border-color css
<style>
span { border-color: #18F885; }
span { border-color: rgb(24,248,133); }
td.TdClassName
{
border-color: #18F885;
}
.TagClassName
{
border-color: #18F885;
}
</style>