Shades of Spring Green #18F085
Tints of Spring Green #18F085
RGB
CMYK
RGB Variations
Color information
#18F085 (or 0x18F085) is known color: Spring Green. HEX triplet: 18, F0 and 85. RGB value is (24,240,133). Sum of RGB (Red+Green+Blue) = 24+240+133=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 240 (94.14% from 255 or 60.45% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 240 - color contains mainly: green. Hex color #18F085 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F085 is #E70F7A. Grayscale: #A3A3A3. Windows color (decimal): -15142779 or 8777752. OLE color: 8777752.
HSL color Cylindrical-coordinate representation of color #18F085: hue angle of 150.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F085 is Cyan = 0.9, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 133 | - |
| CMYK | 0.9 | 0 | 0.45 | 0.06 |
| HSL | 150.28º | 0.88% | 0.52% | - |
| HSV(B) | 150.28º | 0.9% | 0.94% | - |
| XYZ | 35.77 | 64.21 | 32.7 | - |
| YUV | 163.22 | 110.94 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 133 | 0.9 | 0 | 0.45 | 0.06 | 150.28 | 0.88 | 0.52 |
| Hex | 18 | F0 | 85 | 5A | 0 | 2D | 6 | 96 | 58 | 34 |
| Octal | 30 | 360 | 205 | 132 | 0 | 55 | 6 | 226 | 130 | 64 |
| Binary | 11000 | 11110000 | 10000101 | 1011010 | 0 | 101101 | 110 | 10010110 | 1011000 | 110100 |
Color Harmonies of #18F085
Complementary color
Monochromatic Colors of #18F085
Black with #18F085
Text Example
Text Example
White with #18F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F085; }
p { color: rgb(24,240,133); }
H1.HeaderClassName
{
color: #18F085;
}
.AnyTagClassName
{
color: #18F085;
}
</style>
background-color css
<style>
a { background-color: #18F085; }
a { background-color: rgb(24,240,133); }
div.DivClassName
{
background-color: #18F085;
}
.BgClassName
{
background-color: #18F085;
}
</style>
border-color css
<style>
span { border-color: #18F085; }
span { border-color: rgb(24,240,133); }
td.TdClassName
{
border-color: #18F085;
}
.TagClassName
{
border-color: #18F085;
}
</style>