Shades of Spring Green #18E685
Tints of Spring Green #18E685
RGB
CMYK
RGB Variations
Color information
#18E685 (or 0x18E685) is known color: Spring Green. HEX triplet: 18, E6 and 85. RGB value is (24,230,133). Sum of RGB (Red+Green+Blue) = 24+230+133=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 230 (90.23% from 255 or 59.43% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 230 - color contains mainly: green. Hex color #18E685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18E685 is #E7197A. Grayscale: #9D9D9D. Windows color (decimal): -15145339 or 8775192. OLE color: 8775192.
HSL color Cylindrical-coordinate representation of color #18E685: hue angle of 151.75º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E685 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 230 | 133 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.10 |
| HSL | 151.75º | 0.81% | 0.5% | - |
| HSV(B) | 151.75º | 0.9% | 0.9% | - |
| XYZ | 32.91 | 58.48 | 31.74 | - |
| YUV | 157.35 | 114.25 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 230 | 133 | 0.90 | 0 | 0.42 | 0.10 | 151.75 | 0.81 | 0.5 |
| Hex | 18 | E6 | 85 | 5A | 0 | 2A | A | 98 | 51 | 32 |
| Octal | 30 | 346 | 205 | 132 | 0 | 52 | 12 | 230 | 121 | 62 |
| Binary | 11000 | 11100110 | 10000101 | 1011010 | 0 | 101010 | 1010 | 10011000 | 1010001 | 110010 |
Color Harmonies of #18E685
Complementary color
Monochromatic Colors of #18E685
Black with #18E685
Text Example
Text Example
White with #18E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E685; }
p { color: rgb(24,230,133); }
H1.HeaderClassName
{
color: #18E685;
}
.AnyTagClassName
{
color: #18E685;
}
</style>
background-color css
<style>
a { background-color: #18E685; }
a { background-color: rgb(24,230,133); }
div.DivClassName
{
background-color: #18E685;
}
.BgClassName
{
background-color: #18E685;
}
</style>
border-color css
<style>
span { border-color: #18E685; }
span { border-color: rgb(24,230,133); }
td.TdClassName
{
border-color: #18E685;
}
.TagClassName
{
border-color: #18E685;
}
</style>